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

Diff for /src/usr.bin/ssh/sftp-glob.c between version 1.13.4.1 and 1.14

version 1.13.4.1, 2004/03/04 18:18:16 version 1.14, 2004/02/17 05:39:51
Line 27 
Line 27 
 #include "sftp.h"  #include "sftp.h"
 #include "sftp-common.h"  #include "sftp-common.h"
 #include "sftp-client.h"  #include "sftp-client.h"
   #include "sftp-glob.h"
 int remote_glob(struct sftp_conn *, const char *, int,  
     int (*)(const char *, int), glob_t *);  
   
 struct SFTP_OPENDIR {  struct SFTP_OPENDIR {
         SFTP_DIRENT **dir;          SFTP_DIRENT **dir;

Legend:
Removed from v.1.13.4.1  
changed lines
  Added in v.1.14