summaryrefslogtreecommitdiff
path: root/openpicc/application/tc_sniffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/application/tc_sniffer.h')
-rw-r--r--openpicc/application/tc_sniffer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openpicc/application/tc_sniffer.h b/openpicc/application/tc_sniffer.h
new file mode 100644
index 0000000..e3a1c29
--- /dev/null
+++ b/openpicc/application/tc_sniffer.h
@@ -0,0 +1,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