X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bf0fa4275147d53be15621d12d6b71916f164385..ef0725fd97369e801a56febfdb7a6ec2eaff73c8:/uip/mhmisc.c diff --git a/uip/mhmisc.c b/uip/mhmisc.c index dc33bc08..525cc6df 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -5,11 +5,14 @@ * complete copyright information. */ -#include -#include -#include -#include -#include "../sbr/makedir.h" +#include "h/mh.h" +#include "sbr/read_yes_or_no_if_tty.h" +#include "sbr/concat.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; @@ -22,7 +25,7 @@ int ntype = 0; char *parts[NPARTS + 1]; char *types[NTYPES + 1]; -int userrs = 0; +bool userrs; static char *errs = NULL; @@ -240,6 +243,8 @@ content_error (char *what, CT ct, char *fmt, ...) } else { inform("%s", buffer); } + + va_end(arglist); }