diff options
Diffstat (limited to 'sys/sys/snoop.h')
-rw-r--r-- | sys/sys/snoop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index af2524a1d96a..8cb5bee294be 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -60,7 +60,6 @@ struct snoop { /* XXX several wrong storage classes and types here. */ int snpdown __P((struct snoop *snp)); int snpin __P((struct snoop *snp, char *buf, int n)); -int snpinc __P((struct snoop *snp, char c)); #endif /* _KERNEL */ /* |