X-Git-Url: https://roy.marples.name/git diff --git a/dhcpcd-gtk.h b/dhcpcd-gtk.h index f3b42f2..db4b5ce 100644 --- a/dhcpcd-gtk.h +++ b/dhcpcd-gtk.h @@ -52,6 +52,7 @@ #endif struct if_ap { + char *ifname; char *bssid; int frequency; int quality; @@ -62,7 +63,7 @@ struct if_ap { }; struct if_msg { - char *name; + char *ifname; char *reason; struct in_addr ip; unsigned char cidr; @@ -71,7 +72,7 @@ struct if_msg { GSList *scan_results; }; -extern DBusGProxy *dus; +extern DBusGProxy *dbus; extern GList *interfaces; void notify_close(void);