summaryrefslogtreecommitdiffstats
path: root/network/server.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-09-28 13:23:51 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-09-28 13:23:51 +0000
commit6113615ecfb8026a6a3ce0af38fc79ec8abec748 (patch)
tree67c3ca338eaf7928443280456a8ca7567682b661 /network/server.h
parenta87f1daabf62c0f45dfb9e1c5f21cec75477d342 (diff)
Rework configuration file to use roles.
Diffstat (limited to 'network/server.h')
-rw-r--r--network/server.h10
1 files changed, 1 insertions, 9 deletions
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,