[BACK]Return to sftp-int.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/sftp-int.c between version 1.68 and 1.69

version 1.68, 2004/02/17 05:39:51 version 1.69, 2004/02/17 07:17:29
Line 28 
Line 28 
   
 #include "sftp.h"  #include "sftp.h"
 #include "sftp-common.h"  #include "sftp-common.h"
 #include "sftp-glob.h"  
 #include "sftp-client.h"  #include "sftp-client.h"
 #include "sftp-int.h"  
   
   int remote_glob(struct sftp_conn *, const char *, int,
       int (*)(const char *, int), glob_t *); /* sftp-glob.c */
   
 /* File to read commands from */  /* File to read commands from */
 extern FILE *infile;  extern FILE *infile;
   
Line 119 
Line 120 
         { "?",          I_HELP },          { "?",          I_HELP },
         { NULL,                 -1}          { NULL,                 -1}
 };  };
   
   int interactive_loop(int fd_in, int fd_out, char *file1, char *file2);
   
 static void  static void
 help(void)  help(void)

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69