Moved sendsbr.c into send.c as it is not compiled into other binaries anymore.
[mmh] / h / mts.h
diff --git a/h/mts.h b/h/mts.h
index 5092667..2155e05 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -8,23 +8,5 @@
 char *LocalName(void);
 char *SystemName(void);
 
-
 char *getusername(void);
 char *getfullname(void);
-
-
-/*
-** Read mts.conf file
-*/
-void mts_init(char *);
-
-/*
-** Global MailDelivery File
-*/
-extern char *maildelivery;
-
-/*
-** Aliasing Facility (doesn't belong here)
-*/
-extern int Everyone;
-extern char *NoShell;