include: Refactor gprs-provision API

This commit is contained in:
Denis Kenzior 2011-01-26 14:48:37 -06:00
parent b186231ad2
commit 712d978021
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ struct ofono_gprs_provision_data {
struct ofono_gprs_provision_driver {
const char *name;
int priority;
void (*get_settings)(const char *mcc, const char *mnc,
int (*get_settings)(const char *mcc, const char *mnc,
struct ofono_gprs_provision_data **settings,
int *count);
};