From 6113615ecfb8026a6a3ce0af38fc79ec8abec748 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 28 Sep 2007 13:23:51 +0000 Subject: Rework configuration file to use roles. --- network/connection.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'network/connection.h') 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); -- cgit