]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Remove MIME content caching code
[nmh] / uip / mhmisc.c
index dc33bc08b9d306112cdccbd9611b16bdddf67751..525cc6dfdecff385f4d80b0800ef6b77aafa6dda 100644 (file)
@@ -5,11 +5,14 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/mime.h>
-#include <h/mhparse.h>
-#include <h/utils.h>
-#include "../sbr/makedir.h"
+#include "h/mh.h"
+#include "sbr/read_yes_or_no_if_tty.h"
+#include "sbr/concat.h"
+#include "sbr/error.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
+#include "h/utils.h"
+#include "sbr/makedir.h"
 #include "mhmisc.h"
 
 extern int debugsw;
@@ -22,7 +25,7 @@ int ntype = 0;
 char *parts[NPARTS + 1];
 char *types[NTYPES + 1];
 
-int userrs = 0;
+bool userrs;
 
 static char *errs = NULL;
 
@@ -240,6 +243,8 @@ content_error (char *what, CT ct, char *fmt, ...)
     } else {
        inform("%s", buffer);
     }
+
+    va_end(arglist);
 }