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; };