[package] iwinfo: replace internal constant mode strings with enums
[openwrt.git] / package / iwinfo / src / include / iwinfo / wext.h
index 8412ef3..68b596e 100644 (file)
@@ -27,7 +27,7 @@
 
 
 int wext_probe(const char *ifname);
-int wext_get_mode(const char *ifname, char *buf);
+int wext_get_mode(const char *ifname, int *buf);
 int wext_get_ssid(const char *ifname, char *buf);
 int wext_get_bssid(const char *ifname, char *buf);
 int wext_get_country(const char *ifname, char *buf);
This page took 0.031975 seconds and 4 git commands to generate.