diff options
| author | itojun <itojun@NetBSD.org> | 1999-12-13 01:44:30 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 1999-12-13 01:44:30 +0000 |
| commit | 60860abcb8625fb577d9e31eec2af1f0d534b4ce (patch) | |
| tree | 6ccfa76a249dfc1ae6367bbceec13974cfe10cc4 /lib/libpcap/gencode.h | |
| parent | c86b5b3d08a1de0e93416d26d278ad158cabaab4 (diff) | |
be more pedant. remove unused vars and such.
don't use s6_addr{8,16,32} directly, they are not in standard.
hide not-supposed-to-be-visible functions as static.
increase shlib minor.
Diffstat (limited to 'lib/libpcap/gencode.h')
| -rw-r--r-- | lib/libpcap/gencode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpcap/gencode.h b/lib/libpcap/gencode.h index 32e01b0deb0..b2c3678acc6 100644 --- a/lib/libpcap/gencode.h +++ b/lib/libpcap/gencode.h @@ -1,4 +1,4 @@ -/* $NetBSD: gencode.h,v 1.8 1999/10/25 16:39:37 is Exp $ */ +/* $NetBSD: gencode.h,v 1.9 1999/12/13 01:44:31 itojun Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -162,8 +162,6 @@ void gen_and(struct block *, struct block *); void gen_or(struct block *, struct block *); void gen_not(struct block *); -struct stmt *gen_joinsp __P((struct stmt **, int)); -struct block *gen_protochain __P((int, int, int)); struct block *gen_scode(const char *, struct qual); struct block *gen_ecode(const u_char *, struct qual); struct block *gen_acode(const u_char *, struct qual); |
