X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1f29440bc43014e91271c9a04d1ad19051c7e498..ca5ae3e652ed0fb43efaabd697162fd1c28d09ba:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 3fd2d39c..7363688f 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -119,9 +119,6 @@ int part_ok (CT, int); int type_ok (CT, int); void flush_errors (void); -/* mhshowsbr.c */ -void show_all_messages (CT *); - /* mhstoresbr.c */ typedef struct mhstoreinfo *mhstoreinfo_t; mhstoreinfo_t mhstoreinfo_create(CT *, char *, const char *, int, int); @@ -563,7 +560,7 @@ do_cache: * Show the message content */ if (showsw) - show_all_messages (cts); + show_all_messages (cts, 0, 0, 0, NULL); /* Now free all the structures for the content */ for (ctp = cts; *ctp; ctp++)