summaryrefslogtreecommitdiffstats
path: root/input/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/error.h')
-rw-r--r--input/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/error.h b/input/error.h
index f5f4c757..45981be5 100644
--- a/input/error.h
+++ b/input/error.h
@@ -33,6 +33,8 @@ DBusHandlerResult err_failed(DBusConnection *conn, DBusMessage *msg,
DBusHandlerResult err_connection_failed(DBusConnection *conn,
DBusMessage *msg, const char *str);
+DBusHandlerResult err_already_connected(DBusConnection *conn, DBusMessage *msg);
+
DBusHandlerResult err_already_exists(DBusConnection *conn,
DBusMessage *msg, const char *str);