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

version 1.5, 2001/06/26 17:27:24 version 1.6, 2002/02/13 00:59:23
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, int, const char *, int, int (*)(const char *, int), glob_t *);  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.6