diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h index aaa01d93..4a42f0c4 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -57,6 +57,7 @@ DBusMessage *__ofono_error_sim_not_ready(DBusMessage *msg); DBusMessage *__ofono_error_in_use(DBusMessage *msg); DBusMessage *__ofono_error_not_attached(DBusMessage *msg); DBusMessage *__ofono_error_attach_in_progress(DBusMessage *msg); +DBusMessage *__ofono_error_canceled(DBusMessage *msg); void __ofono_dbus_pending_reply(DBusMessage **msg, DBusMessage *reply); |