summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/network/connection.h b/network/connection.h
index 08f36e1c..27bf2f69 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -22,5 +22,7 @@
*/
int connection_register(DBusConnection *conn, const char *path,
- const char *addr, uint16_t id,
- const sdp_record_t *rec);
+ const char *addr, uint16_t id,
+ const sdp_record_t *rec);
+int connection_find_data(DBusConnection *conn, const char *path,
+ const char *pattern);