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 b490aa2fef101b6650f21ebda829ced51b9b967c..204d2896ae82bcd4af41db43cf5d000c98c45d4f 100644
(file)
--- a/
wpa.h
+++ b/
wpa.h
@@
-27,8
+27,10
@@
#ifndef WPA_H
#define WPA_H
#ifndef WPA_H
#define WPA_H
+#include <stdbool.h>
+
#include "dhcpcd-gtk.h"
#include "dhcpcd-gtk.h"
-
gboolean
wpa_configure(const struct if_ap *);
+
bool
wpa_configure(const struct if_ap *);
#endif
#endif