diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-21 18:04:04 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-21 18:04:04 +0000 |
commit | 11676370a14d77b9fc04af03143fe56ab58753cd (patch) | |
tree | 601baf3e0252622419117db215e3a1e4577ee177 /network/error.h | |
parent | 2bdadb9a01d23b0118161dfc598cc688ef5719e5 (diff) |
Remove duplicate code and some minor fixes.
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 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); + |