Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
We now have a working preference screen and can rebind the interface!
[dhcpcd-ui]
/
wpa.h
diff --git
a/wpa.h
b/wpa.h
index 0e0911f28d72e407f07b446103ec6e44c812b27c..204d2896ae82bcd4af41db43cf5d000c98c45d4f 100644
(file)
--- a/
wpa.h
+++ b/
wpa.h
@@
-27,6
+27,10
@@
#ifndef WPA_H
#define WPA_H
-gboolean wpa_configure(const char *ssid);
+#include <stdbool.h>
+
+#include "dhcpcd-gtk.h"
+
+bool wpa_configure(const struct if_ap *);
#endif