From: Ralph Corderoy Date: Thu, 2 Nov 2017 00:50:51 +0000 (+0000) Subject: repl.c: Add `static' to function definitions to match declarations. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a062e4ec504f324c5d5ea7907fef3a737f4d742a?ds=sidebyside;hp=4fb142af4ad2ca73d141cc04af24e7c1b62f8a77 repl.c: Add `static' to function definitions to match declarations. --- diff --git a/uip/repl.c b/uip/repl.c index ef76eb01..71ea4818 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -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;