Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't rebind all if found a SSID to rebind.
[dhcpcd-ui]
/
src
/
dhcpcd-gtk
/
dhcpcd-gtk.h
diff --git
a/src/dhcpcd-gtk/dhcpcd-gtk.h
b/src/dhcpcd-gtk/dhcpcd-gtk.h
index 3ab2980ee84f724c76d64250032ccf014ad5264e..8f771b94c77408cf4334d387967a12bfbae05024 100644
(file)
--- a/
src/dhcpcd-gtk/dhcpcd-gtk.h
+++ b/
src/dhcpcd-gtk/dhcpcd-gtk.h
@@
-57,6
+57,7
@@
extern WI_SCAN *wi_scans;
WI_SCAN * wi_scan_find(DHCPCD_WI_SCAN *);
void menu_init(GtkStatusIcon *, DHCPCD_CONNECTION *);
+void menu_update_scans(DHCPCD_IF *, DHCPCD_WI_SCAN *);
void notify_close(void);