diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-08 14:42:02 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-08 14:42:02 +0000 |
commit | de900f387d63bc74bebedbe52f158e7ec64129d5 (patch) | |
tree | 3bafd58bff3f57e39cb7f0c375e90fec75c68e48 /network/server.h | |
parent | e9143c3e1fd1b882f475c98394f549d2b2aabcea (diff) |
Fix bug on FindServer and add missing headers.
Diffstat (limited to 'network/server.h')
-rw-r--r-- | network/server.h | 2 |
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); |