Annotation of 43BSD/contrib/mh/uip/mhl.c, revision 1.1

1.1     ! root        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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.