static void offtime (const time_t *t, long int offset, struct tm *tp);
static char *tzstring (const char* string);
+/* tz_rules[0] is standard, tz_rules[1] is daylight. */
+static fgtz_rule fgtz_rules[2];
+
int fgtzfile_compute (time_t timer, int use_localtime,
long int *leap_correct, int *leap_hit);
struct ttinfo
int computed_for; /* Year above is computed for. */
} fgtz_rule;
-/* tz_rules[0] is standard, tz_rules[1] is daylight. */
-static fgtz_rule fgtz_rules[2];
-
struct tzhead {
char tzh_magic[4]; /* TZ_MAGIC */
char tzh_reserved[16]; /* reserved for future use */