diff options
Diffstat (limited to 'network/connection.h')
-rw-r--r-- | network/connection.h | 6 |
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, |