5092667454572c71e2db2e59ed5bb995b862a9d8
[mmh] / h / mts.h
1 /*
2 ** mts.h -- definitions for the mail system
3 */
4
5 /*
6 ** Local and UUCP Host Name
7 */
8 char *LocalName(void);
9 char *SystemName(void);
10
11
12 char *getusername(void);
13 char *getfullname(void);
14
15
16 /*
17 ** Read mts.conf file
18 */
19 void mts_init(char *);
20
21 /*
22 ** Global MailDelivery File
23 */
24 extern char *maildelivery;
25
26 /*
27 ** Aliasing Facility (doesn't belong here)
28 */
29 extern int Everyone;
30 extern char *NoShell;