1
1

examples: Make variables static in scp example.

Fixes sparse warnings.
Этот коммит содержится в:
Andreas Schneider 2012-02-18 12:26:23 +01:00
родитель e68b763a67
Коммит c31004442a

Просмотреть файл

@ -22,10 +22,10 @@ program.
#include <libssh/libssh.h> #include <libssh/libssh.h>
#include "examples_common.h" #include "examples_common.h"
char **sources; static char **sources;
int nsources; static int nsources;
char *destination; static char *destination;
int verbosity=0; static int verbosity=0;
struct location { struct location {
int is_ssh; int is_ssh;