#ifndef FILES__H_INCLUDED #define FILES__H_INCLUDED #include #include #include u_char file_exists(const char *filename); #endif // FILES__H_INCLUDED