[project @ 2002-02-14 07:31:03 by sof]
[ghc-base.git] / include / timeUtils.h
diff --git a/include/timeUtils.h b/include/timeUtils.h
new file mode 100644 (file)
index 0000000..1f6ffff
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * (c) The University of Glasgow 2002
+ *
+ * Time Runtime Support
+ */
+#ifndef __TIMEUTILS_H__
+#define __TIMEUTILS_H__
+
+extern HsAddr __hscore_timezone( void );
+extern HsAddr __hscore_tzname( void );
+
+#endif /* __DIRUTILS_H__ */