]> diplodocus.org Git - nmh/blobdiff - uip/mhmisc.c
vector.c: Move interface to own file.
[nmh] / uip / mhmisc.c
index 380d7eacf84e67bb77b7ec547c546ffcc4eec5be..24fb9b2ca6392dbb39f0d93b22d80aeb50b611e5 100644 (file)
@@ -5,11 +5,12 @@
  * complete copyright information.
  */
 
  * 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/error.h"
+#include "h/mime.h"
+#include "h/mhparse.h"
+#include "h/utils.h"
+#include "sbr/makedir.h"
 #include "mhmisc.h"
 
 extern int debugsw;
 #include "mhmisc.h"
 
 extern int debugsw;
@@ -22,7 +23,7 @@ int ntype = 0;
 char *parts[NPARTS + 1];
 char *types[NTYPES + 1];
 
 char *parts[NPARTS + 1];
 char *types[NTYPES + 1];
 
-int userrs = 0;
+bool userrs;
 
 static char *errs = NULL;
 
 
 static char *errs = NULL;