pkg-monitoring-plugins/gl/mktime-internal.h

5 lines
161 B
C
Raw Normal View History

2013-11-26 22:57:29 +00:00
#include <time.h>
time_t mktime_internal (struct tm *,
struct tm * (*) (time_t const *, struct tm *),
time_t *);