]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
sbr/m_getfld.c: Fix and improve `delim' comment.
[nmh] / uip / mhparse.c
index 238fc1a30d4cfe3c21f4a7a7760d5b9a4267aaa9..69660a91d3e416525e790f23e363a6b02a1d9587 100644 (file)
@@ -13,6 +13,8 @@
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/utils.h>
+#include <h/mhcachesbr.h>
+#include "../sbr/m_mktemp.h"
 #include "mhfree.h"
 #ifdef HAVE_ICONV
 # include <iconv.h>
 
 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);