diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:23:51 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:23:51 +0000 |
commit | 6113615ecfb8026a6a3ce0af38fc79ec8abec748 (patch) | |
tree | 67c3ca338eaf7928443280456a8ca7567682b661 /network/connection.h | |
parent | a87f1daabf62c0f45dfb9e1c5f21cec75477d342 (diff) |
Rework configuration file to use roles.
Diffstat (limited to 'network/connection.h')
-rw-r--r-- | network/connection.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/network/connection.h b/network/connection.h index 7cafa122..5e560811 100644 --- a/network/connection.h +++ b/network/connection.h @@ -21,14 +21,7 @@ * */ -struct connection_conf { - char *panu_script; - char *gn_script; - char *nap_script; -}; - -int connection_init(DBusConnection *conn, const char *iface_prefix, - struct connection_conf *conn_conf); +int connection_init(DBusConnection *conn, const char *iface_prefix); void connection_exit(); int connection_register(const char *path, bdaddr_t *src, bdaddr_t *dst, uint16_t id, const char *name, const char *desc); |