diff --git a/examples/libssh_scp.c b/examples/libssh_scp.c index 5e3ba61e..d443f8f2 100644 --- a/examples/libssh_scp.c +++ b/examples/libssh_scp.c @@ -22,10 +22,10 @@ program. #include #include "examples_common.h" -char **sources; -int nsources; -char *destination; -int verbosity=0; +static char **sources; +static int nsources; +static char *destination; +static int verbosity=0; struct location { int is_ssh;