SoftAP_RXHandler may be static.

This commit is contained in:
riccardom 2010-01-29 13:43:14 +00:00
parent 27484f074f
commit 950c6c7460
1 changed files with 1 additions and 1 deletions

View File

@ -2133,7 +2133,7 @@ INLINE void SoftAP_SendBeacon()
SoftAP.curPacketSending = TRUE;
}
void SoftAP_RXHandler(u_char* user, const struct pcap_pkthdr* h, const u_char* _data)
static void SoftAP_RXHandler(u_char* user, const struct pcap_pkthdr* h, const u_char* _data)
{
// safety checks
if ((_data == NULL) || (h == NULL))