summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/network/connection.h b/network/connection.h
index 7cafa122..5e560811 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -21,14 +21,7 @@
*
*/
-struct connection_conf {
- char *panu_script;
- char *gn_script;
- char *nap_script;
-};
-
-int connection_init(DBusConnection *conn, const char *iface_prefix,
- struct connection_conf *conn_conf);
+int connection_init(DBusConnection *conn, const char *iface_prefix);
void connection_exit();
int connection_register(const char *path, bdaddr_t *src, bdaddr_t *dst,
uint16_t id, const char *name, const char *desc);