include: add auth method to the provisioning API
authorPhilip Paeps <philip@paeps.cx>
Tue, 24 Jun 2014 09:57:04 +0000 (11:57 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 24 Jun 2014 17:46:18 +0000 (12:46 -0500)
include/gprs-provision.h

index e9eec61..2dd792b 100644 (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;
 };