diff options
Diffstat (limited to 'drivers/atmodem/at.h')
-rw-r--r-- | drivers/atmodem/at.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/atmodem/at.h b/drivers/atmodem/at.h index 3b359431..5f052f9c 100644 --- a/drivers/atmodem/at.h +++ b/drivers/atmodem/at.h @@ -25,7 +25,6 @@ struct at_data { GIOChannel *io; char *driver; - struct netreg_data *netreg; struct voicecall_data *voicecall; }; @@ -63,8 +62,8 @@ static inline struct cb_data *cb_data_new(struct ofono_modem *modem, extern struct ofono_error g_ok; -extern void at_network_registration_init(struct ofono_modem *modem); -extern void at_network_registration_exit(struct ofono_modem *modem); +extern void at_netreg_init(); +extern void at_netreg_exit(); extern void at_call_forwarding_init(); extern void at_call_forwarding_exit(); |