X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a8d183948d18b1fba94a305072bfd3c15f93da03..1dd139e04f59bbfa3a310c2776c4bb2e2fdf1fdd:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 816f8d9f..6a1acc38 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -11,11 +11,14 @@ #include #include #include +#include #include #include #include #include +#include "../sbr/m_maildir.h" #include "mhfree.h" +#include "mhshowsbr.h" #define MHN_SWITCHES \ X("auto", 0, AUTOSW) \ @@ -72,12 +75,6 @@ DEFINE_SWITCH_ARRAY(MHN, switches); #undef X -/* mhshowsbr.c */ -extern char *progsw; -extern int nolist; -extern int nomore; /* flags for moreproc/header display */ -extern char *formsw; - /* mhmisc.c */ extern int npart; extern int ntype;