diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-19 13:57:52 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-03-19 13:57:52 +0000 |
commit | 0ac929228aa1eb823f37776e2bbb84855417c66e (patch) | |
tree | 841f767e50e07f1e7700dd08e9ffe80381c80445 /network/error.h | |
parent | 851ad267e554850ae2cbfd486922cbcfb897f8b5 (diff) |
Fix build, move errors to error file and add server registration.
Diffstat (limited to 'network/error.h')
-rw-r--r-- | network/error.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/error.h b/network/error.h index e87dd676..3572bf27 100644 --- a/network/error.h +++ b/network/error.h @@ -20,3 +20,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ + +#include "dbus.h" + +DBusHandlerResult err_unknown_connection(DBusConnection *conn, + DBusMessage *msg); + |