summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-04-13 18:51:51 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-04-13 18:51:51 +0000
commit4706fa6e70ea2e19c7892ade0323a35d4f0b5a47 (patch)
tree64517f07c90b022251707cb51a38ac311018b103 /network/connection.h
parent2cd680bf44197f4fdba3fdfe6d042dcc373c1c52 (diff)
network: changed connection_register prototype
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/network/connection.h b/network/connection.h
index 27bf2f69..1f810060 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -21,8 +21,7 @@
*
*/
-int connection_register(DBusConnection *conn, const char *path,
- const char *addr, uint16_t id,
- const sdp_record_t *rec);
+int connection_register(DBusConnection *conn, const char *path, bdaddr_t *src,
+ bdaddr_t *dst, uint16_t id, const char *name, const char *desc);
int connection_find_data(DBusConnection *conn, const char *path,
const char *pattern);