2 ** mhl.c -- the nmh message listing program
4 ** This code is Copyright (c) 2002, by the authors of nmh. See the
5 ** COPYRIGHT file in the root directory of the nmh distribution for
6 ** complete copyright information.
11 /* prototype from mhlsbr.c */
12 int mhl(int, char **);
16 main(int argc, char **argv)
19 setlocale(LC_ALL, "");
21 done(mhl(argc, argv));