[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.14 and 1.15

version 1.14, 2004/02/17 05:39:51 version 1.15, 2004/02/17 07:17:29
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.14  
changed lines
  Added in v.1.15