summaryrefslogtreecommitdiffstats
path: root/posixtz.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-15 13:59:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-15 13:59:34 +0000
commit8e736672475377d63007b26b58b7a5c6af335e40 (patch)
tree333a577ad77ad9fdb9833016589ab9744ab86d06 /posixtz.h
downloadposixtz-8e736672475377d63007b26b58b7a5c6af335e40.tar.bz2
posixtz-8e736672475377d63007b26b58b7a5c6af335e40.tar.xz
initial commit
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