]> diplodocus.org Git - nmh/commitdiff
Added static to declaration of docc().
authorDavid Levine <levinedl@acm.org>
Fri, 30 May 2014 02:07:25 +0000 (21:07 -0500)
committerDavid Levine <levinedl@acm.org>
Fri, 30 May 2014 02:07:25 +0000 (21:07 -0500)
uip/repl.c

index 7b0ab4a03d55dff683ba1707d75bb3040173407d..f8437288ce847b854fd9147c57f7ff9be3ae5667 100644 (file)
@@ -108,7 +108,7 @@ static char *fcc    = NULL;         /* folders to add to Fcc: header */
 /*
  * prototypes
  */
 /*
  * prototypes
  */
-void docc (char *, int);
+static void docc (char *, int);
 
 
 int
 
 
 int