]> andersk Git - openssh.git/blobdiff - clientloop.c
- Merged yet more changes from OpenBSD CVS
[openssh.git] / clientloop.c
index 708566b978de21cecf1ecbe0da16e76aa9d8abd7..815ae67bb3d3dd5e091bf8ae0eea087e188da16b 100644 (file)
@@ -24,9 +24,6 @@ RCSID("$Id$");
 #include "authfd.h"
 #include "readconf.h"
 
-/* Flag indicating whether quiet mode is on. */
-extern Options options;
-
 /* Flag indicating that stdin should be redirected from /dev/null. */
 extern int stdin_null_flag;
 
@@ -764,6 +761,7 @@ void client_process_output(fd_set *writeset)
 
 int client_loop(int have_pty, int escape_char_arg)
 {
+  extern Options options;
   double start_time, total_time;
   int len;
   char buf[100];
This page took 0.050446 seconds and 4 git commands to generate.