]> diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/strings/strings.h
Removed --depth 1 from git clone invocation.
[nmh] / docs / historical / mh-nov-1983 / strings / strings.h
1 /*
2 * This file gives extern declarations to all the strings
3 * that we might ever reference.
4 *
5 * I don't know if this what strings.h is supposed to be,
6 * but this is as good a first guess as I can handle.
7 */
8
9 extern char *anoyes[];
10 extern char *components;
11 extern char *current;
12 extern char *defalt;
13 extern char *distcomps;
14 extern char *draft;
15 extern char *fileproc;
16 extern char *foldprot;
17 extern char *hostname;
18 extern char *installproc;
19 extern char *listname;
20 extern char *lockdir;
21 extern int lockwait;
22 extern char *lsproc;
23 extern char *mailboxes;
24 extern char *mailproc;
25 extern char *mh_deliver;
26 extern char *mh_prof;
27 extern char *mhnews;
28 extern char *msgprot;
29 extern char *pfolder;
30 extern char *prproc;
31 extern char *scanproc;
32 extern char *sendproc;
33 extern char *showproc;
34 extern char *stdcomps;
35 extern char *stddcomps;
36 extern char *sysed;