3 * mhl.c -- the nmh message listing program
10 /* prototype from mhlsbr.c */
11 int mhl (int, char **);
15 main (int argc, char **argv)
18 setlocale(LC_ALL, "");
20 return done (mhl (argc, argv));
25 * Cheat: we are loaded with adrparse, which wants a routine called
26 * OfficialName(). We call adrparse:getm() with the correct arguments
27 * to prevent OfficialName() from being called. Hence, the following
28 * is to keep the loader happy.
32 OfficialName(char *name)