diff options
Diffstat (limited to 'src/ussd.h')
-rw-r--r-- | src/ussd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ struct ussd_data { int flags; }; -typedef gboolean (*ss_control_cb_t)(struct ofono_modem *modem, int type, +typedef gboolean (*ss_control_cb_t)(struct ofono_modem *modem, + enum ss_control_type type, const char *sc, const char *sia, const char *sib, const char *sic, const char *dn, |