diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-20 20:23:35 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-06-20 20:23:35 +0000 |
commit | 3a653f915b0e7de28e111665ba40b69ae6d6a235 (patch) | |
tree | 7865b048eae5fa79af6a344c042b15b255d8e420 /network/server.h | |
parent | fbba4be5b162fdffe8e12e3b1e0fa11629436600 (diff) |
Remove CreateServer and RemoveServer, servers are always create.
Diffstat (limited to 'network/server.h')
-rw-r--r-- | network/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/server.h b/network/server.h index ff754711..fb6debdf 100644 --- a/network/server.h +++ b/network/server.h @@ -21,12 +21,13 @@ * */ + int server_register(DBusConnection *conn, const char *path, bdaddr_t *src, uint16_t id); int server_register_from_file(DBusConnection *conn, const char *path, const bdaddr_t *src, uint16_t id, const char *filename); 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); |