summaryrefslogtreecommitdiff
path: root/src/lib/decoder/out_pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder/out_pcap.h')
-rw-r--r--src/lib/decoder/out_pcap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/decoder/out_pcap.h b/src/lib/decoder/out_pcap.h
deleted file mode 100644
index 5ae5e3c..0000000
--- a/src/lib/decoder/out_pcap.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _PCAP_IF_H
-#define _PCAP_IF_H
-
-extern int open_pcap_file(char *fname);
-
-int write_pcap_packet(int fd, int arfcn, int ts, int fn,
- int burst, int burst_type,
- const unsigned char *data, unsigned int len);
-#endif
personal git repositories of Harald Welte. Your mileage may vary