summaryrefslogtreecommitdiffstats
path: root/network/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/error.h')
-rw-r--r--network/error.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/error.h b/network/error.h
index ad7ecfeb..63f6ffde 100644
--- a/network/error.h
+++ b/network/error.h
@@ -29,3 +29,6 @@ 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);
+DBusHandlerResult err_failed(DBusConnection *conn, DBusMessage *msg,
+ const char *str);
+