summaryrefslogtreecommitdiffstats
path: root/network/hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/hal.h')
-rw-r--r--network/hal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/hal.h b/network/hal.h
index 769f203b..f664e143 100644
--- a/network/hal.h
+++ b/network/hal.h
@@ -21,5 +21,7 @@
*
*/
-int hal_init(void);
+#include <dbus/dbus.h>
+
+int hal_init(DBusConnection *conn);
void hal_cleanup(void);