From: Antonio Quartulli Date: Sat, 9 Jun 2012 09:54:00 +0000 (+0300) Subject: sta_info: Remove duplicated function declaration X-Git-Tag: hostap_2_0~638 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dada954ad7515f6f85d489aef43bea2ae2e8df04;p=thirdparty%2Fhostap.git sta_info: Remove duplicated function declaration In sta_info.h, ap_free_sta() was declared twice. Signed-off-by: Antonio Quartulli --- diff --git a/src/ap/sta_info.h b/src/ap/sta_info.h index 2f3af1b52..cef428df1 100644 --- a/src/ap/sta_info.h +++ b/src/ap/sta_info.h @@ -144,7 +144,6 @@ int ap_for_each_sta(struct hostapd_data *hapd, struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta); void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta); void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); -void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); void hostapd_free_stas(struct hostapd_data *hapd); void ap_handle_timer(void *eloop_ctx, void *timeout_ctx); void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,