Fixed a typo in printf -> wpa_printf changes
[wpasupplicant] / hostapd / hostapd.h
index 33c3e73..db822cc 100644 (file)
@@ -154,5 +154,7 @@ struct hostapd_iface {
 };
 
 int hostapd_reload_config(struct hostapd_iface *iface);
+int hostapd_for_each_interface(int (*cb)(struct hostapd_iface *iface,
+                                        void *ctx), void *ctx);
 
 #endif /* HOSTAPD_H */