]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
print_child_argv can be static.
authorMartin Pool <mbp@samba.org>
Sat, 23 Feb 2002 00:05:06 +0000 (00:05 +0000)
committerMartin Pool <mbp@samba.org>
Sat, 23 Feb 2002 00:05:06 +0000 (00:05 +0000)
util.c

diff --git a/util.c b/util.c
index e6d127c1d4474788147dab0cb56e1b1cbb841ef9..3e4e0f402b191162d2fc5cd5a37cd9a564893cee 100644 (file)
--- 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++) {