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 aca81b45..15c1dc59 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -66,6 +66,7 @@ DBusMessage *__ofono_error_emergency_active(DBusMessage *msg); DBusMessage *__ofono_error_incorrect_password(DBusMessage *msg); DBusMessage *__ofono_error_not_allowed(DBusMessage *msg); DBusMessage *__ofono_error_not_recognized(DBusMessage *msg); +DBusMessage *__ofono_error_network_terminated(DBusMessage *msg); DBusMessage *__ofono_error_from_error(const struct ofono_error *error, DBusMessage *msg); |