summaryrefslogtreecommitdiffstats
path: root/network/connection.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-09-28 13:15:53 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-09-28 13:15:53 +0000
commit2033d8e42102bb6513e5ea71e147a8a7dcce1420 (patch)
tree5fe2c7c8bbc02c38093afcd349a94d641f0e2230 /network/connection.h
parent2fb6bb97176c9e922c14584da550f3edd49f0986 (diff)
Add support for config file.
Diffstat (limited to 'network/connection.h')
-rw-r--r--network/connection.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/connection.h b/network/connection.h
index 5561ee32..35726732 100644
--- a/network/connection.h
+++ b/network/connection.h
@@ -21,6 +21,12 @@
*
*/
+struct connection_conf {
+ char *panu_script;
+ char *gn_script;
+ char *nap_script;
+};
+
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,