[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.5 and 1.5.2.3

version 1.5, 2001/06/26 17:27:24 version 1.5.2.3, 2002/10/11 14:53:07
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 */
   
 int  #ifndef _SFTP_GLOB_H
 remote_glob(int, int, const char *, int, int (*)(const char *, int), glob_t *);  #define _SFTP_GLOB_H
   
   #include "sftp-client.h"
   
   int remote_glob(struct sftp_conn *, const char *, int,
       int (*)(const char *, int), glob_t *);
   
   #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.3