diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ofono.h b/src/ofono.h index 1f288b03..379f413d 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -23,6 +23,8 @@ #define OFONO_API_SUBJECT_TO_CHANGE +#include <ofono/types.h> + void __ofono_exit(); int __ofono_manager_init(); @@ -33,11 +35,9 @@ void __ofono_modem_shutdown(); #include <ofono/log.h> -int __ofono_log_init(gboolean detach, gboolean debug); +int __ofono_log_init(const char *debug, ofono_bool_t detach); void __ofono_log_cleanup(void); -void __ofono_toggle_debug(void); - #include <ofono/dbus.h> int __ofono_dbus_init(DBusConnection *conn); @@ -61,8 +61,6 @@ void __ofono_dbus_pending_reply(DBusMessage **msg, DBusMessage *reply); gboolean __ofono_dbus_valid_object_path(const char *path); -#include <ofono/types.h> - struct ofono_watchlist_item { unsigned int id; void *notify; |