summaryrefslogtreecommitdiffstats
path: root/posixtz.h
diff options
context:
space:
mode:
Diffstat (limited to 'posixtz.h')
-rw-r--r--posixtz.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/posixtz.h b/posixtz.h
new file mode 100644
index 0000000..3133723
--- /dev/null
+++ b/posixtz.h
@@ -0,0 +1,6 @@
+#ifndef POSIXTZ_H
+#define POSIXTZ_H
+
+char *posix_tz(const char *filename);
+
+#endif