summaryrefslogtreecommitdiff
path: root/plugins/supplicant.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-17 22:10:02 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-17 22:10:02 +0200
commit176fe9f20467f7c4bd493c437d6e9d5acd2ebb48 (patch)
treeb917be3e477ce137462e5c03e459c2390d08a893 /plugins/supplicant.h
parent19e56a613e70233a2e07217745dbf93b041c0b53 (diff)
downloadconnman-176fe9f20467f7c4bd493c437d6e9d5acd2ebb48.tar.gz
connman-176fe9f20467f7c4bd493c437d6e9d5acd2ebb48.tar.bz2
connman-176fe9f20467f7c4bd493c437d6e9d5acd2ebb48.zip
Add watch for monitoring wpa_supplicant
Diffstat (limited to 'plugins/supplicant.h')
-rw-r--r--plugins/supplicant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/supplicant.h b/plugins/supplicant.h
index 538c84f4..d62e07d1 100644
--- a/plugins/supplicant.h
+++ b/plugins/supplicant.h
@@ -53,7 +53,7 @@ struct supplicant_callback {
struct supplicant_network *network);
};
-int __supplicant_init(void);
+int __supplicant_init(DBusConnection *conn);
void __supplicant_exit(void);
int __supplicant_start(struct connman_element *element,