summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-29 14:01:25 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-03-29 14:01:25 +0000
commitfe648edb4d67bb603509f392d3c82ebfe8334921 (patch)
tree2eaa330b4db575116af98a2f914b63f4ecd67184 /network/connection.h
parentead055c1bc5bf032488d2b71838596a3e355a707 (diff)
Add code to extract record attributes.
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/connection.h b/network/connection.h
index 08861a72..08f36e1c 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -22,4 +22,5 @@
*/
int connection_register(DBusConnection *conn, const char *path,
- const char *addr, uint16_t id);
+ const char *addr, uint16_t id,
+ const sdp_record_t *rec);