]> diplodocus.org Git - nmh/commitdiff
repl.c: Add `static' to function definitions to match declarations.
authorRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 00:50:51 +0000 (00:50 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 00:50:51 +0000 (00:50 +0000)
uip/repl.c

index ef76eb01ba2e8c026702d89a93c62210dbb6d31b..71ea481837e15931c994c13c768daae26773e098 100644 (file)
@@ -472,7 +472,7 @@ try_it_again:
     return 1;
 }
 
-void
+static void
 docc (char *cp, int ccflag)
 {
     switch (smatch (cp, ccswitches)) {
@@ -508,7 +508,7 @@ docc (char *cp, int ccflag)
  * The ARGS pseudoheader is optional, but we always add it when
  * -convertargs is used.
  */
-void
+static void
 add_convert_header (const char *convert_type, char *convert_arg,
                     char *filename, char *drft) {
     char *field_name;