summaryrefslogtreecommitdiff
path: root/gnu/mktime-internal.h
blob: 8a1259ef30d48c48c98ca4c0c2d86d215fbc5ddf (plain)
1
2
3
4
5
6
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);