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

Diff for /src/usr.bin/ssh/Attic/sftp-glob.h between version 1.3 and 1.3.2.1

version 1.3, 2001/04/15 08:43:46 version 1.3.2.1, 2001/09/27 19:03:55
Line 27 
Line 27 
 /* Remote sftp filename globbing */  /* Remote sftp filename globbing */
   
 int  int
 remote_glob(int fd_in, int fd_out, const char *pattern, int flags,  remote_glob(int, int, const char *, int, int (*)(const char *, int), glob_t *);
     int (*errfunc)(const char *, int), glob_t *pglob);  
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1