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/server.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'network/server.h') diff --git a/network/server.h b/network/server.h index 233c7837..9f49cad7 100644 --- a/network/server.h +++ b/network/server.h @@ -21,15 +21,7 @@ * */ -struct server_conf { - char *panu_iface; - char *gn_iface; - char *nap_iface; - gboolean disable_security; -}; - -int server_init(DBusConnection *conn, const char *iface_prefix, - struct server_conf *server_conf); +int server_init(DBusConnection *conn, const char *iface_prefix); void server_exit(); int server_register(const char *path, bdaddr_t *src, uint16_t id); int server_register_from_file(const char *path, const bdaddr_t *src, -- cgit