summaryrefslogtreecommitdiffstats
path: root/network/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/error.h')
-rw-r--r--network/error.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/error.h b/network/error.h
index 3572bf27..ad7ecfeb 100644
--- a/network/error.h
+++ b/network/error.h
@@ -25,4 +25,7 @@
DBusHandlerResult err_unknown_connection(DBusConnection *conn,
DBusMessage *msg);
-
+DBusHandlerResult err_generic(DBusConnection *conn, DBusMessage *msg,
+ const char *name, const char *str);
+DBusHandlerResult err_does_not_exist(DBusConnection *conn, DBusMessage *msg,
+ const char *str);