]> The Tcpdump Group git mirrors - libpcap/commitdiff
Match the style of other declarations in this file.
authorGuy Harris <[email protected]>
Sat, 1 Sep 2018 02:55:36 +0000 (19:55 -0700)
committerGuy Harris <[email protected]>
Sat, 1 Sep 2018 02:55:36 +0000 (19:55 -0700)
pcap-int.h

index ca204b4d8f6b52291158d3cd9946b8be5c38e770..9fbc6fb202ac0c1226d1cba19e2250fd8a15e28a 100644 (file)
@@ -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