[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.3 and 1.1.4.4

version 1.1.4.3, 2001/09/27 00:15:42 version 1.1.4.4, 2002/03/08 17:04:43
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.1.4.3  
changed lines
  Added in v.1.1.4.4