Move more driver ops into struct hostapd_driver_ops
[libeap.git] / hostapd / accounting.h
index 5f6d9dc..f3d60f0 100644 (file)
@@ -41,7 +41,5 @@ void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
 int accounting_init(struct hostapd_data *hapd);
 void accounting_deinit(struct hostapd_data *hapd);
 #endif /* CONFIG_NO_ACCOUNTING */
-int accounting_reconfig(struct hostapd_data *hapd,
-                       struct hostapd_config *oldconf);
 
 #endif /* ACCOUNTING_H */