summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-04-14 01:12:34 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-04-14 01:12:34 +0000
commite5ba646776ba7c5c5c9c9d630bbfc8793f1c3b4e (patch)
treec30409abf02102827427a5d4a07e578e80a122db /network/connection.h
parent47895f4ab3f4de2682088dfba156106c772a92da (diff)
network: added connection_store
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 1f810060..b03c3caa 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -23,5 +23,6 @@
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_find_data(DBusConnection *conn, const char *path,
const char *pattern);