Merge from mainline.
[bpt/emacs.git] / lib / mktime-internal.h
... / ...
CommitLineData
1#include <time.h>
2time_t mktime_internal (struct tm *,
3 struct tm * (*) (time_t const *, struct tm *),
4 time_t *);