From fe648edb4d67bb603509f392d3c82ebfe8334921 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 29 Mar 2007 14:01:25 +0000 Subject: Add code to extract record attributes. --- network/connection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network/connection.h') 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); -- cgit