Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a radio and progress bar to the ssid menu.
[dhcpcd-ui]
/
dhcpcd-gtk.h
diff --git
a/dhcpcd-gtk.h
b/dhcpcd-gtk.h
index acdc7e35a82d01c8572e2f17b965a1602095c10c..f3b42f2eb8dbcaab31a635b3e86ad5d54244f9e8 100644
(file)
--- a/
dhcpcd-gtk.h
+++ b/
dhcpcd-gtk.h
@@
-53,7
+53,9
@@
struct if_ap {
char *bssid;
- int freq;
+ int frequency;
+ int quality;
+ int noise;
int level;
char *flags;
char *ssid;
@@
-73,5
+75,4
@@
extern DBusGProxy *dus;
extern GList *interfaces;
void notify_close(void);
-GSList *get_scan_results(const char *);
#endif