X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fali.c;h=21b95e1562e53668a4813501a821f366c34cf0fb;hp=00af8cee35c102ae20ac914313a55865adefcbaf;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/uip/ali.c b/uip/ali.c index 00af8ce..21b95e1 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -1,10 +1,10 @@ /* - * ali.c -- list nmh mail aliases - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** ali.c -- list nmh mail aliases +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include #include @@ -13,8 +13,8 @@ #include /* - * maximum number of names - */ +** maximum number of names +*/ #define NVEC 50 static struct swit switches[] = { @@ -46,8 +46,8 @@ static int pos = 1; extern struct aka *akahead; /* - * prototypes - */ +** prototypes +*/ static void print_aka (char *, int, int); static void print_usr (char *, int, int); @@ -141,8 +141,8 @@ main (int argc, char **argv) } /* - * If -user is specified - */ + ** If -user is specified + */ if (inverted) { if (vecp == 0) adios (NULL, "usage: %s -user addresses ... (you forgot the addresses)",