CVSROOT:        /sources/nmh
Module name:    nmh
Branch:         
Changes by:     Joel Reicher <[EMAIL PROTECTED]>        06/04/13 14:24:41

Modified files:
        uip            : ali.c 

Log message:
        Make print_aka() and print_usr() static. They're not used outside ali.c.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/uip/ali.c.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: nmh/uip/ali.c
diff -u nmh/uip/ali.c:1.9 nmh/uip/ali.c:1.10
--- nmh/uip/ali.c:1.9   Wed Mar  8 12:14:16 2006
+++ nmh/uip/ali.c       Thu Apr 13 14:24:41 2006
@@ -2,7 +2,7 @@
 /*
  * ali.c -- list nmh mail aliases
  *
- * $Id: ali.c,v 1.9 2006/03/08 12:14:16 bress Exp $
+ * $Id: ali.c,v 1.10 2006/04/13 14:24:41 jjr Exp $
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -51,8 +51,8 @@
 /*
  * 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
@@ -173,7 +173,7 @@
     return done (0);
 }
 
-void
+static void
 print_aka (char *p, int list, int margin)
 {
     char c;
@@ -213,7 +213,7 @@
     pos = 1;
 }
 
-void
+static void
 print_usr (char *s, int list, int norm)
 {
     register char *cp, *pp, *vp;


_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to