Browse Source

ACS: Mark acs_fail() static

This function is not used outside acs.c.

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 11 years ago
parent
commit
f7fb676633
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ap/acs.c

+ 1 - 1
src/ap/acs.c

@@ -280,7 +280,7 @@ static void acs_cleanup(struct hostapd_iface *iface)
 }
 
 
-void acs_fail(struct hostapd_iface *iface)
+static void acs_fail(struct hostapd_iface *iface)
 {
 	wpa_printf(MSG_ERROR, "ACS: Failed to start");
 	acs_cleanup(iface);