X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Faliasbr.h;h=5405531ef94c7de04ccffcd0aa301528b4c5ec9f;hp=aa38c42c026ffadc7513e219247ec42a4ae65010;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/h/aliasbr.h b/h/aliasbr.h index aa38c42..5405531 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -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);