diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:15:53 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:15:53 +0000 |
commit | 2033d8e42102bb6513e5ea71e147a8a7dcce1420 (patch) | |
tree | 5fe2c7c8bbc02c38093afcd349a94d641f0e2230 /network/server.h | |
parent | 2fb6bb97176c9e922c14584da550f3edd49f0986 (diff) |
Add support for config file.
Diffstat (limited to 'network/server.h')
-rw-r--r-- | network/server.h | 8 |
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); |