]> The Tcpdump Group git mirrors - libpcap/blobdiff - gencode.h
CI: Call print_so_deps() on rpcapd in remote enabled build
[libpcap] / gencode.h
index 398a69ac2de51220bba8cedc4e9bcffe517141f4..3d17147bf3e9ec2a396f9c9c48ed1a07ebd62bfa 100644 (file)
--- a/gencode.h
+++ b/gencode.h
@@ -314,10 +314,8 @@ struct block *gen_ecode(compiler_state_t *, const char *, struct qual);
 struct block *gen_acode(compiler_state_t *, const char *, struct qual);
 struct block *gen_mcode(compiler_state_t *, const char *, const char *,
     bpf_u_int32, struct qual);
-#ifdef INET6
 struct block *gen_mcode6(compiler_state_t *, const char *, bpf_u_int32,
     struct qual);
-#endif
 struct block *gen_ncode(compiler_state_t *, const char *, bpf_u_int32,
     struct qual);
 struct block *gen_proto_abbrev(compiler_state_t *, int);