#ifndef _FILEUTILS_H #define _FILEUTILS_H char *clonefile(const char *src); int timemark(unsigned int index, time_t *begin, time_t *end); #endif /* _FILEUTILS_H */ .