include: add auth method to the provisioning API

This commit is contained in:
Philip Paeps 2014-06-24 11:57:04 +02:00 committed by Denis Kenzior
parent 9285ec0d89
commit 310915429b
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ struct ofono_gprs_provision_data {
char *apn;
char *username;
char *password;
enum ofono_gprs_auth_method auth_method;
char *message_proxy;
char *message_center;
};