diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h index f4d632f8..0087d3a2 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -40,6 +40,16 @@ void __ofono_toggle_debug(void); int __ofono_dbus_init(DBusConnection *conn); void __ofono_dbus_cleanup(void); +DBusMessage *__ofono_error_invalid_args(DBusMessage *msg); +DBusMessage *__ofono_error_invalid_format(DBusMessage *msg); +DBusMessage *__ofono_error_not_implemented(DBusMessage *msg); +DBusMessage *__ofono_error_failed(DBusMessage *msg); +DBusMessage *__ofono_error_busy(DBusMessage *msg); +DBusMessage *__ofono_error_not_found(DBusMessage *msg); +DBusMessage *__ofono_error_not_active(DBusMessage *msg); +DBusMessage *__ofono_error_not_supported(DBusMessage *msg); +DBusMessage *__ofono_error_timed_out(DBusMessage *msg); + #include <ofono/plugin.h> int __ofono_plugin_init(const char *pattern, const char *exclude); |