[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.2

version 1.3, 2001/04/15 08:43:46 version 1.3.2.2, 2002/03/09 00:20:45
Line 1 
Line 1 
 /* $OpenBSD$ */  /* $OpenBSD$ */
   
 /*  /*
  * Copyright (c) 2001 Damien Miller.  All rights reserved.   * Copyright (c) 2001,2002 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(int fd_in, int fd_out, const char *pattern, int flags,  remote_glob(struct sftp_conn *, const char *, int,
     int (*errfunc)(const char *, int), glob_t *pglob);      int (*)(const char *, int), glob_t *);
   
   #endif

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