X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d1797eb2b2d5f3aa1b653e6a2562bf79c559eeb2..0f59f14845f7efac7c4d042cd7372b46869fde69:/uip/mhparse.c diff --git a/uip/mhparse.c b/uip/mhparse.c index 238fc1a3..69660a91 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -13,6 +13,8 @@ #include #include #include +#include +#include "../sbr/m_mktemp.h" #include "mhfree.h" #ifdef HAVE_ICONV # include @@ -21,10 +23,6 @@ extern int debugsw; -/* cache policies */ -extern int rcachesw; /* mhcachesbr.c */ -extern int wcachesw; /* mhcachesbr.c */ - int checksw = 0; /* check Content-MD5 field */ /* @@ -108,9 +106,6 @@ static struct k2v EncodingType[] = { }; -/* mhcachesbr.c */ -int find_cache (CT, int, int *, char *, char *, int); - /* mhmisc.c */ int part_ok (CT); int type_ok (CT, int);