[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.4 and 1.2

version 1.1.4.4, 2002/03/08 17:04:43 version 1.2, 2001/04/05 10:42:53
Line 1 
Line 1 
 /* $OpenBSD$ */  /* $OpenBSD$ */
   
 /*  /*
  * Copyright (c) 2001,2002 Damien Miller.  All rights reserved.   * Copyright (c) 2001 Damien Miller.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 26 
Line 26 
   
 /* Remote sftp filename globbing */  /* Remote sftp filename globbing */
   
 #ifndef _SFTP_GLOB_H  
 #define _SFTP_GLOB_H  
   
 #include "sftp-client.h"  
   
 int  int
 remote_glob(struct sftp_conn *, const char *, int,  remote_glob(int fd_in, int fd_out, const char *pattern, int flags,
     int (*)(const char *, int), glob_t *);      const int (*errfunc)(const char *, int), glob_t *pglob);
   
 #endif  

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.2