summaryrefslogtreecommitdiff
path: root/pppd/pcap_pcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/pcap_pcc.h')
-rw-r--r--pppd/pcap_pcc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pppd/pcap_pcc.h b/pppd/pcap_pcc.h
new file mode 100644
index 0000000..a0b18d7
--- /dev/null
+++ b/pppd/pcap_pcc.h
@@ -0,0 +1,7 @@
+#ifndef PCAP_PCC_H
+#define PCAP_PCC_H
+
+#include <pcap.h>
+
+int pcap_pre_compiled (char * fname, struct bpf_program *p);
+#endif /* PCAP_PCC_H */