diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:30:48 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:30:48 +0000 |
commit | 54943abd65058d7c24fbf9384759181c16913a96 (patch) | |
tree | 1a15484532ef237cf2d5aa55c2ca3756ef3c3235 /network/server.h | |
parent | 684fe2781c46ccfb30a4e653fad126286bddcdcb (diff) |
Add secure link mode.
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 9f49cad7..839aea4b 100644 --- a/network/server.h +++ b/network/server.h @@ -21,7 +21,8 @@ * */ -int server_init(DBusConnection *conn, const char *iface_prefix); +int server_init(DBusConnection *conn, const char *iface_prefix, + gboolean secure); 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, |