aboutsummaryrefslogtreecommitdiff
path: root/examples/libssh_scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/libssh_scp.c')
-rw-r--r--examples/libssh_scp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/libssh_scp.c b/examples/libssh_scp.c
index 5e3ba61..d443f8f 100644
--- a/examples/libssh_scp.c
+++ b/examples/libssh_scp.c
@@ -22,10 +22,10 @@ program.
#include <libssh/libssh.h>
#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;