From 310915429bb3175fda43ae29a65f7ad77cbde4e2 Mon Sep 17 00:00:00 2001 From: Philip Paeps Date: Tue, 24 Jun 2014 11:57:04 +0200 Subject: [PATCH] include: add auth method to the provisioning API --- include/gprs-provision.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gprs-provision.h b/include/gprs-provision.h index e9eec610..2dd792b5 100644 --- a/include/gprs-provision.h +++ b/include/gprs-provision.h @@ -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; };