#ifndef _GETDATE_H_ #define _GETDATE_H_ #include #include "defines.h" time_t get_date (const char *, const time_t *); #endif