aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcap-int.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcap-int.h b/pcap-int.h
index ca204b4d..9fbc6fb2 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -496,9 +496,8 @@ struct bpf_aux_data {
* Filtering routine that takes the auxiliary data as an additional
* argument.
*/
-extern u_int bpf_filter_with_aux_data(const struct bpf_insn *pc,
- const u_char *p, u_int wirelen, u_int buflen,
- const struct bpf_aux_data *aux_data);
+u_int bpf_filter_with_aux_data(const struct bpf_insn *,
+ const u_char *, u_int, u_int, const struct bpf_aux_data *);
/*
* Internal interfaces for both "pcap_create()" and routines that