00001 #ifndef CHIRP_THIRDPUT_H 00002 #define CHIRP_THIRDPUT_H 00003 00004 #include "int_sizes.h" 00005 #include <sys/time.h> 00006 00007 INT64_T chirp_thirdput( const char *subject, const char *lpath, const char *hostname, const char *rpath, time_t stoptime ); 00008 00009 #endif