From patchwork Tue May 8 19:09:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sta_info: remove duplicated function declaration Date: Tue, 08 May 2012 09:09:32 -0000 From: Antonio Quartulli X-Patchwork-Id: 157814 Message-Id: <1336504172-7605-1-git-send-email-ordex@autistici.org> To: hostap In sta_info.h, ap_free_sta() is declared twice Signed-off-by: Antonio Quartulli --- src/ap/sta_info.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ap/sta_info.h b/src/ap/sta_info.h index 2f3af1b..cef428d 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,