1 2 3 4 5 6 7
#ifndef TC_SNIFFER_H_ #define TC_SNIFFER_H_ extern void tc_sniffer (void *pvParameters); extern void start_stop_sniffing (void); #endif /*TC_SNIFFER_H_*/