summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ftp_pxy.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-21 11:34:28 +0000
committerpeter <peter@FreeBSD.org>1998-03-21 11:34:28 +0000
commitf3fab3424a9f8b8701ade20bff88558d3750e701 (patch)
tree7cbaed64e5a96e273e7b7f290f6d51a98aa3a9f2 /sys/netinet/ip_ftp_pxy.c
parentf9b0ed3b4946d1138f76be952463c3b76dd1eb05 (diff)
downloadFreeBSD-src-f3fab3424a9f8b8701ade20bff88558d3750e701.zip
FreeBSD-src-f3fab3424a9f8b8701ade20bff88558d3750e701.tar.gz
Make this compile.. There are some unpleasing hacks in here.
A major unifdef session is sorely tempting but would destroy any remaining chance of tracking the original sources.
Diffstat (limited to 'sys/netinet/ip_ftp_pxy.c')
-rw-r--r--sys/netinet/ip_ftp_pxy.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/netinet/ip_ftp_pxy.c b/sys/netinet/ip_ftp_pxy.c
index 5d6ce1f..2d218e9 100644
--- a/sys/netinet/ip_ftp_pxy.c
+++ b/sys/netinet/ip_ftp_pxy.c
@@ -20,17 +20,6 @@ int ippr_ftp_out __P((fr_info_t *, ip_t *, tcphdr_t *,
u_short ipf_ftp_atoi __P((char **));
-int ippr_ftp_init __P((fr_info_t *, ip_t *, tcphdr_t *, ap_session_t *,
- nat_t *));
-int ippr_ftp_in __P((fr_info_t *, ip_t *, tcphdr_t *, ap_session_t *,
- nat_t *));
-int ippr_ftp_out __P((fr_info_t *, ip_t *, tcphdr_t *, ap_session_t *,
- nat_t *));
-
-u_short ipf_ftp_atoi __P((char **));
-
-
-
/*
* FTP application proxy initialization.
*/
OpenPOWER on IntegriCloud