X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..d4e112ae5fad828f33e3a44de40c6e5db7db51ad:/uip/mhbuildsbr.c diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index f01abd53..ea2bcd68 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -38,10 +38,6 @@ # endif #endif -#ifdef HAVE_SYS_WAIT_H -# include -#endif - extern int debugsw; extern int verbosw; @@ -75,9 +71,6 @@ void content_error (char *, CT, char *, ...); /* mhcachesbr.c */ int find_cache (CT, int, int *, char *, char *, int); -/* ftpsbr.c */ -int ftp_get (char *, char *, char *, char *, char *, char *, int, int); - /* mhfree.c */ void free_content (CT); void free_ctinfo (CT);