From: Guy Harris Date: Sat, 1 Sep 2018 02:55:36 +0000 (-0700) Subject: Match the style of other declarations in this file. X-Git-Tag: libpcap-1.10-bp~856 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/9c3cc5e26f74c3259a3428cae034ac818ba56fd9 Match the style of other declarations in this file. --- 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