diff options
author | darrenr <darrenr@FreeBSD.org> | 2000-05-25 16:23:30 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2000-05-25 16:23:30 +0000 |
commit | 8e62250edde9eea0607bde13a83225e481f0e1ca (patch) | |
tree | dc853df5587dbc0e9cabbe2bc7495f194e2819ac /contrib/ipfilter | |
parent | e959f1027df9f82983d86aa6b7bdc91dff1e6a93 (diff) | |
download | FreeBSD-src-8e62250edde9eea0607bde13a83225e481f0e1ca.zip FreeBSD-src-8e62250edde9eea0607bde13a83225e481f0e1ca.tar.gz |
remove duplicate prototypes
Diffstat (limited to 'contrib/ipfilter')
-rw-r--r-- | contrib/ipfilter/ip_fil.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/ipfilter/ip_fil.h b/contrib/ipfilter/ip_fil.h index 14f4861..ec8ad7f 100644 --- a/contrib/ipfilter/ip_fil.h +++ b/contrib/ipfilter/ip_fil.h @@ -6,7 +6,7 @@ * to the original author and the contributors. * * @(#)ip_fil.h 1.35 6/5/96 - * $Id: ip_fil.h,v 2.29.2.2 2000/05/22 10:26:13 darrenr Exp $ + * $FreeBSD$ */ #ifndef __IP_FIL_H__ @@ -529,8 +529,6 @@ extern int iplread __P((dev_t, struct uio *, cred_t *)); # else /* SOLARIS */ extern int fr_check __P((ip_t *, int, void *, int, mb_t **)); extern int (*fr_checkp) __P((ip_t *, int, void *, int, mb_t **)); -extern int send_reset __P((struct ip *, fr_info_t *)); -extern int send_icmp_err __P((ip_t *, int, fr_info_t *, int)); extern int ipfr_fastroute __P((mb_t *, fr_info_t *, frdest_t *)); extern size_t mbufchainlen __P((mb_t *)); # ifdef __sgi |