summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-05-16 13:13:58 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-05-16 13:13:58 +0000
commit417006053c2c16cd8ae5b947d0a8daae4f151b94 (patch)
tree0373b1b5a2076c1d4ae0d906822dff44525007be /network/connection.h
parentd342f2a2b1457a25c50cb661afb56f10595b925c (diff)
Fixes storage problems with connections and fix bug of CreateConnection not checking for present connection with the same destination and profile.
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network/connection.h b/network/connection.h
index 205e44da..ff33789f 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -24,6 +24,7 @@
int connection_register(DBusConnection *conn, const char *path, bdaddr_t *src,
bdaddr_t *dst, uint16_t id, const char *name, const char *desc);
int connection_store(DBusConnection *conn, const char *path);
+int connection_remove_stored(DBusConnection *conn, const char *path);
int connection_find_data(DBusConnection *conn, const char *path,
const char *pattern);
gboolean connection_has_pending(DBusConnection *conn, const char *path);