summaryrefslogtreecommitdiff
path: root/openpicc/application/tc_sniffer.h
blob: e3a1c298761c1fb1a0174f3350e81722c8683a46 (plain)
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_*/
personal git repositories of Harald Welte. Your mileage may vary