#ifndef fooutilhfoo #define fooutilhfoo #include void statistics(DB *db); char* normalize_path(char *s); void rotdash(void); const char* get_attached_filename(const char *path, const char *fn); int isdirectory(const char *path); #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) #endif #endif