X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a30ef3465250ae21bb3928a6e120ba4351cf8ff0..a8d183948d18b1fba94a305072bfd3c15f93da03:/uip/mhparse.c?ds=sidebyside diff --git a/uip/mhparse.c b/uip/mhparse.c index 0be13294..69660a91 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "../sbr/m_mktemp.h" #include "mhfree.h" #ifdef HAVE_ICONV @@ -22,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 */ /* @@ -109,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);