]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
Remove MIME content caching code
[nmh] / uip / mhmisc.c
index 380d7eacf84e67bb77b7ec547c546ffcc4eec5be..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;