From 0ac929228aa1eb823f37776e2bbb84855417c66e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 19 Mar 2007 13:57:52 +0000 Subject: Fix build, move errors to error file and add server registration. --- network/error.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'network/error.h') 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); + -- cgit