diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ofono.h b/src/ofono.h index 29cc4099..bf315315 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -60,19 +60,6 @@ void __ofono_dbus_pending_reply(DBusMessage **msg, DBusMessage *reply); int __ofono_plugin_init(const char *pattern, const char *exclude); void __ofono_plugin_cleanup(void); -struct ofono_modem { - int id; - char *path; - - void *userdata; - - GSList *atoms; - GSList *atom_watches; - int next_atom_watch_id; - - struct ofono_modem_data *modem_info; -}; - #include <ofono/modem.h> unsigned int __ofono_modem_alloc_callid(struct ofono_modem *modem); |