a0f83dc27e230976b12e3a34af512935f37dd028
[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;