summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 0087d3a2..9197337f 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -50,6 +50,8 @@ DBusMessage *__ofono_error_not_active(DBusMessage *msg);
DBusMessage *__ofono_error_not_supported(DBusMessage *msg);
DBusMessage *__ofono_error_timed_out(DBusMessage *msg);
+void __ofono_dbus_pending_reply(DBusMessage **msg, DBusMessage *reply);
+
#include <ofono/plugin.h>
int __ofono_plugin_init(const char *pattern, const char *exclude);