cctools
|
00001 /* 00002 Copyright (C) 2008- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef CHIRP_RECURSIVE_H 00008 #define CHIRP_RECURSIVE_H 00009 00010 #include "int_sizes.h" 00011 00026 INT64_T chirp_recursive_put(const char *hostport, const char *sourcepath, const char *targetpath, time_t stoptime); 00027 00038 INT64_T chirp_recursive_get(const char *hostport, const char *sourcepath, const char *targetpath, time_t stoptime); 00039 00040 #endif