Commit 6dd41b67 authored by Martin Pool's avatar Martin Pool

print_child_argv can be static.

parent 1521eefb
......@@ -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++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment