summaryrefslogtreecommitdiffstats
path: root/network/hal.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-19 19:46:43 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-19 19:46:43 +0000
commite867e1dc937eedbaa3ac7f678f4703fab78d2d4e (patch)
treef4c6f92695969e089f0259bba3b0f607ef825d4b /network/hal.h
parent37ca3ab5974892ba7a4a87420a70bafa070db812 (diff)
Try to init the HAL context
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);