diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ofono.h b/src/ofono.h index 54500d66..44ab853c 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -208,7 +208,7 @@ void __ofono_ussd_passwd_unregister(struct ofono_ussd *ussd, const char *sc); #include <ofono/netreg.h> typedef void (*ofono_netreg_status_notify_cb_t)(int status, int lac, int ci, - int tech, const struct ofono_network_operator *op, + int tech, const char *mcc, const char *mnc, void *data); unsigned int __ofono_netreg_add_status_watch(struct ofono_netreg *netreg, |