|
|
1.1 root 1: /* mhl.c - the MH message listing program */
2:
3: void mhldone();
4:
5: main(argc, argv)
6: int argc;
7: char **argv;
8: {
9: mhldone (mhl (argc, argv));
10: }
11:
12: /* */
13:
14: /* Cheat: we are loaded with adrparse, which wants a routine called
15: OfficialName(). We call adrparse:getm() with the correct arguments
16: to prevent OfficialName() from being called. Hence, the following
17: is to keep the loader happy.
18: */
19:
20: /* XXX don't bother if linking with the shared library */
21: #ifndef SHARED
22: char *
23: OfficialName(name)
24: register char *name;
25: {
26: return name;
27: }
28: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.