[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.1 and 1.1.4.2

version 1.1.4.1, 2001/03/21 19:46:28 version 1.1.4.2, 2001/05/07 21:09:34
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 fd_in, int fd_out, const char *pattern, int flags,
     const int (*errfunc)(const char *, int), glob_t *pglob);      int (*errfunc)(const char *, int), glob_t *pglob);
   

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2