X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fali.c;h=41f92a6ead47fe6de0bea62ae6221dd7e5abf0dd;hb=a01a41d031c796b526329a4170eb23f0ac93b949;hp=bbc6f6dd5a84dbfee28f5b55aa5b37ea48f800e4;hpb=d2f12554a254e814dcdafb3828fc0d9936154eef;p=mmh diff --git a/uip/ali.c b/uip/ali.c index bbc6f6d..41f92a6 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -2,8 +2,6 @@ /* * ali.c -- list nmh mail aliases * - * $Id$ - * * 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. @@ -51,8 +49,8 @@ extern struct aka *akahead; /* * prototypes */ -void print_aka (char *, int, int); -void print_usr (char *, int, int); +static void print_aka (char *, int, int); +static void print_usr (char *, int, int); int @@ -170,10 +168,11 @@ main (int argc, char **argv) } } - return done (0); + done (0); + return 1; } -void +static void print_aka (char *p, int list, int margin) { char c; @@ -213,7 +212,7 @@ print_aka (char *p, int list, int margin) pos = 1; } -void +static void print_usr (char *s, int list, int norm) { register char *cp, *pp, *vp;