diff src/vmstime.h @ 2174:19cda372de6e

Initial revision
author Jim Blandy <jimb@redhat.com>
date Sun, 14 Mar 1993 22:49:14 +0000
parents
children 2c7e0875f6d0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/vmstime.h	Sun Mar 14 22:49:14 1993 +0000
@@ -0,0 +1,15 @@
+#ifndef vmstime_h
+#define vmstime_h
+
+#include <time.h>
+#include <libdtdef.h>
+
+extern long timezone;
+extern int daylight;
+extern char *tzname[2];
+
+void sys_tzset();
+struct tm *sys_localtime(time_t *clock);
+struct tm *sys_gmtime(time_t *clock);
+
+#endif /* vmstime_h */