Reformated comments and long lines
[mmh] / h / mts.h
diff --git a/h/mts.h b/h/mts.h
index 20b42a0..df1d9b5 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -1,16 +1,16 @@
 /*
- * mts.h -- definitions for the mail system
- */
+** mts.h -- definitions for the mail system
+*/
 
 /*
- * Local and UUCP Host Name
- */
+** Local and UUCP Host Name
+*/
 char *LocalName(void);
 char *SystemName(void);
 
 /*
- * Mailboxes
- */
+** Mailboxes
+*/
 extern char *mmdfldir;
 extern char *mmdflfil;
 extern char *uucpldir;
@@ -25,8 +25,8 @@ char *getusername(void);
 char *getfullname(void);
 
 /*
- * Separators
- */
+** Separators
+*/
 extern char *mmdlm1;
 extern char *mmdlm2;
 
@@ -34,17 +34,17 @@ extern char *mmdlm2;
 #define isdlm2(s) (strcmp (s, mmdlm2) == 0)
 
 /*
- * Read mts.conf file
- */
+** Read mts.conf file
+*/
 void mts_init (char *);
 
 /*
- * Global MailDelivery File
- */
+** Global MailDelivery File
+*/
 extern char *maildelivery;
 
 /*
- * Aliasing Facility (doesn't belong here)
- */
+** Aliasing Facility (doesn't belong here)
+*/
 extern int Everyone;
 extern char *NoShell;