diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:19:21 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:19:21 +0000 |
commit | b94d1033b7c6919ca4705cf11139fb8224c3ecde (patch) | |
tree | d6b172735b1add87aba8d26a4367d652f5430b6a /network/server.h | |
parent | 2033d8e42102bb6513e5ea71e147a8a7dcce1420 (diff) |
Add bridge name support.
Diffstat (limited to 'network/server.h')
-rw-r--r-- | network/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/server.h b/network/server.h index 2b148081..233c7837 100644 --- a/network/server.h +++ b/network/server.h @@ -28,7 +28,8 @@ struct server_conf { gboolean disable_security; }; -int server_init(DBusConnection *conn); +int server_init(DBusConnection *conn, const char *iface_prefix, + struct server_conf *server_conf); 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, |