X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8a5a1a5303ddc67f06350a57a515853724a16e31..3a85a3ad2d55f4d8d998b0e65f02e86937438461:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index 146b8bf2..b3d3218c 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -16,6 +16,7 @@ #include #include #include +#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 */