summaryrefslogtreecommitdiffstats
path: root/network/error.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-20 15:10:58 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-20 15:10:58 +0000
commitc41c67efc320d5f8b15963246cc0c2aa006446d5 (patch)
tree0330298a51b4c9efa6267430a2f4c2594b6eeb3f /network/error.h
parent6e2ea33ba70a7d6b6ffa614a8fe57fe7662b7c70 (diff)
Initial code of CreateServer and RemoveServer methods.
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);