summaryrefslogtreecommitdiffstats
path: root/network/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/server.h')
-rw-r--r--network/server.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/server.h b/network/server.h
index d96b7ecb..2b148081 100644
--- a/network/server.h
+++ b/network/server.h
@@ -20,6 +20,14 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
+
+struct server_conf {
+ char *panu_iface;
+ char *gn_iface;
+ char *nap_iface;
+ gboolean disable_security;
+};
+
int server_init(DBusConnection *conn);
void server_exit();
int server_register(const char *path, bdaddr_t *src, uint16_t id);