summaryrefslogtreecommitdiffstats
path: root/network/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'network/server.h')
-rw-r--r--network/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/server.h b/network/server.h
index 30016f3e..ff754711 100644
--- a/network/server.h
+++ b/network/server.h
@@ -28,3 +28,5 @@ int server_register_from_file(DBusConnection *conn, const char *path,
int server_store(DBusConnection *conn, const char *path);
int server_remove_stored(DBusConnection *conn, const char *path);
+int server_find_data(DBusConnection *conn, const char *path,
+ const char *pattern);