X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a8d183948d18b1fba94a305072bfd3c15f93da03..1c332f6117bf1ffbc5e1e1724be23a7f4e56434f:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 816f8d9f..2eff96d7 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -11,11 +11,13 @@ #include #include #include +#include #include #include #include #include #include "mhfree.h" +#include "mhshowsbr.h" #define MHN_SWITCHES \ X("auto", 0, AUTOSW) \ @@ -72,12 +74,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;