Having laid all the groundwork, we can now remove the global `cfg'
[u/mdw/putty] / scp.c
diff --git a/scp.c b/scp.c
index 9dda067..c547667 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -101,6 +101,7 @@ static int using_sftp = 0;
 
 static Backend *back;
 static void *backhandle;
+static Config cfg;
 
 static void source(char *src);
 static void rsource(char *src);