]> git.cworth.org Git - tar/blobdiff - gnu/mktime-internal.h
Imported Upstream version 1.23
[tar] / gnu / mktime-internal.h
diff --git a/gnu/mktime-internal.h b/gnu/mktime-internal.h
new file mode 100644 (file)
index 0000000..8a1259e
--- /dev/null
@@ -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 *);