summaryrefslogtreecommitdiffstats
path: root/network/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/error.h')
-rw-r--r--network/error.h6
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);
+