From 2033d8e42102bb6513e5ea71e147a8a7dcce1420 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 28 Sep 2007 13:15:53 +0000 Subject: Add support for config file. --- network/connection.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'network/connection.h') 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, -- cgit