1/* internal_localtime_r() function declaration, included by smpc.c */ 2 3extern struct tm * internal_localtime_r(const time_t * tim_p, struct tm *res); 4 5