summaryrefslogtreecommitdiff
path: root/gnu/mktime-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/mktime-internal.h')
-rw-r--r--gnu/mktime-internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/mktime-internal.h b/gnu/mktime-internal.h
new file mode 100644
index 0000000..8a1259e
--- /dev/null
+++ b/gnu/mktime-internal.h
@@ -0,0 +1,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 *);