Reformated comments and long lines
[mmh] / h / aliasbr.h
index aa38c42..5405531 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * aliasbr.h -- definitions for the aliasing system
- */
+** aliasbr.h -- definitions for the aliasing system
+*/
 
 extern char *AliasFile;         /* mh-alias(5)             */
 #define PASSWD "/etc/passwd"    /* passwd(5)               */
@@ -21,8 +21,8 @@ struct adr {
 };
 
 /*
- * incore version of /etc/passwd
- */
+** incore version of /etc/passwd
+*/
 struct home {
        char *h_name;           /* user name                             */
        uid_t h_uid;            /* user id                               */
@@ -36,8 +36,8 @@ struct home {
 struct home *seek_home (char *);
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int alias (char *);
 int akvisible (void);
 void init_pw (void);