1: /* mhl.c - the MH message listing program */
   2: 
   3: 
   4: main (argc, argv)
   5: int     argc;
   6: char  **argv;
   7: {
   8:     done (mhl (argc, argv));
   9: }
  10: 
  11: /*  */
  12: 
  13: /* Cheat:  we are loaded with adrparse, which wants a routine called
  14:    OfficialName().  We call adrparse:getm() with the correct arguments
  15:    to prevent OfficialName() from being called.  Hence, the following
  16:    is to keep the loader happy.
  17:  */
  18: 
  19: char   *OfficialName (name)
  20: register char  *name;
  21: {
  22:     return name;
  23: }

Defined functions

OfficialName defined in line 19; never used
main defined in line 4; never used
Last modified: 1985-07-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 638
Valid CSS Valid XHTML 1.0 Strict