00001 #ifndef CHIRP_RECURSIVE_H 00002 #define CHIRP_RECURSIVE_H 00003 00004 #include "int_sizes.h" 00005 00020 INT64_T chirp_recursive_put( const char *hostport, const char *sourcepath, const char *targetpath, time_t stoptime ); 00021 00032 INT64_T chirp_recursive_get( const char *hostport, const char *sourcepath, const char *targetpath, time_t stoptime ); 00033 00034 #endif