X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/045b9601403a216c400642229f2b291f85f88f7d..2d5e7c8a48aca8b66e1ba85b9112157fc5b81fd9:/uip/mshcmds.c diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 3d6e260f..13ad3562 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -68,6 +68,8 @@ static int process (int, char *, int, char **); static void copy_message (int, FILE *); static void copy_digest (int, FILE *); +/* from mhlsbr.c */ +int mhlsbr (int, char **, FILE *(*)()); void forkcmd (char **args, char *pgm) @@ -1456,7 +1458,7 @@ static struct swit packswit[] = { { NULL, 0 } }; -static mbx_style = MMDF_FORMAT; +static int mbx_style = MMDF_FORMAT; void packcmd (char **args)