]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
mhbuildsbr.c: Include mhcachesbr.h. Delete copy of prototype.
[nmh] / uip / mhshow.c
index 146b8bf298a4267c696a61e9e2a9aa06a0a6e8f5..b3d3218c153dedbddaa438586e7fe7294ea4fc90 100644 (file)
@@ -16,6 +16,7 @@
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
+#include "mhmisc.h"
 #include "../sbr/m_maildir.h"
 #include "../sbr/m_popen.h"
 #include "mhfree.h"
@@ -66,13 +67,6 @@ DEFINE_SWITCH_ARRAY(MHSHOW, switches);
 #undef X
 
 
-/* mhmisc.c */
-extern int npart;
-extern int ntype;
-extern char *parts[NPARTS + 1];
-extern char *types[NTYPES + 1];
-extern int userrs;
-
 /* mhparse.c */
 extern char *preferred_types[];
 extern  char *preferred_subtypes[];
@@ -86,11 +80,6 @@ int verbosw = 0;
 /* mhparse.c */
 CT parse_mime (char *);
 
-/* mhmisc.c */
-int part_ok (CT);
-int type_ok (CT, int);
-void flush_errors (void);
-
 /*
  * static prototypes
  */