diff options
Diffstat (limited to 'network/error.h')
-rw-r--r-- | network/error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/error.h b/network/error.h index 29b73908..28ccdb07 100644 --- a/network/error.h +++ b/network/error.h @@ -29,5 +29,8 @@ DBusHandlerResult err_does_not_exist(DBusConnection *conn, DBusMessage *msg, const char *str); DBusHandlerResult err_failed(DBusConnection *conn, DBusMessage *msg, const char *str); +DBusHandlerResult err_connection_failed(DBusConnection *conn, + DBusMessage *msg, const char *str); + DBusHandlerResult err_invalid_args(DBusConnection *conn, DBusMessage *msg, const char *str); |