]>
diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/uip/mhl.c
1 /* mhl.c - the MH message listing program */
3 static char ident
[] = "@(#)$Id: mhl.c,v 1.3 1992/12/15 00:20:22 jromine Exp $";
14 setlocale(LC_ALL
, "");
16 done (mhl (argc
, argv
));
21 /* Cheat: we are loaded with adrparse, which wants a routine called
22 OfficialName(). We call adrparse:getm() with the correct arguments
23 to prevent OfficialName() from being called. Hence, the following
24 is to keep the loader happy.
27 char *OfficialName (name
)