11 #ifndef TOR_WALLCLOCK_TIME_TO_TM_H
12 #define TOR_WALLCLOCK_TIME_TO_TM_H
14 #include <sys/types.h>
struct tm * tor_localtime_r_msg(const time_t *timep, struct tm *result, char **err_out)
struct tm * tor_gmtime_r_msg(const time_t *timep, struct tm *result, char **err_out)