[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.1.4.2 and 1.1.4.3

version 1.1.4.2, 2001/05/07 21:09:34 version 1.1.4.3, 2001/09/27 00:15:42
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.1.4.2  
changed lines
  Added in v.1.1.4.3