X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=ea2bcd684da3808901760f7d6af5f7d918713058;hb=6bd76adcc81f4a725352c338a39212bcdefb0a4b;hp=d95eee5856188fe7bcccf70ffa55a55ebe1c8012;hpb=2f689a1cb907a5de04e6d39ffd217a69af3216c7;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index d95eee5..ea2bcd6 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -2,8 +2,6 @@ /* * mhbuildsbr.c -- routines to expand/translate MIME composition files * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -40,10 +38,6 @@ # endif #endif -#ifdef HAVE_SYS_WAIT_H -# include -#endif - extern int debugsw; extern int verbosw; @@ -77,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);