From: Martin Pool Date: Sat, 23 Feb 2002 00:05:06 +0000 (+0000) Subject: print_child_argv can be static. X-Git-Tag: v2.5.3~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd41b67fbe371b60f73e83a717e818dd2567f63;p=thirdparty%2Frsync.git print_child_argv can be static. --- diff --git a/util.c b/util.c index e6d127c1..3e4e0f40 100644 --- a/util.c +++ b/util.c @@ -84,7 +84,7 @@ int fd_pair(int fd[2]) } -void print_child_argv(char **cmd) +static void print_child_argv(char **cmd) { rprintf(FINFO, "opening connection using "); for (; *cmd; cmd++) {