X-Git-Url: https://roy.marples.name/git diff --git a/wpa.h b/wpa.h index 0e0911f..b490aa2 100644 --- a/wpa.h +++ b/wpa.h @@ -27,6 +27,8 @@ #ifndef WPA_H #define WPA_H -gboolean wpa_configure(const char *ssid); +#include "dhcpcd-gtk.h" + +gboolean wpa_configure(const struct if_ap *); #endif