mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-06 18:37:14 +00:00
kre-suggested changes
SCCS-file: tzfile.h SCCS-SID: 1.10
This commit is contained in:
committed by
Paul Eggert
parent
6a20997c38
commit
5ff68e8df2
6
tzfile.h
6
tzfile.h
@ -26,8 +26,10 @@
|
||||
|
||||
struct tzinfo {
|
||||
int tz_timecnt; /* Number of entries used */
|
||||
long tz_times[TZ_MAX_TIMES]; /* Saving Time transition times */
|
||||
char tz_types[TZ_MAX_TIMES]; /* Saving Time types for the above */
|
||||
long tz_times[TZ_MAX_TIMES];
|
||||
/* Saving Time transition times */
|
||||
unsigned char tz_types[TZ_MAX_TIMES];
|
||||
/* Saving Time types for the above */
|
||||
struct dsinfo {
|
||||
long ds_gmtoff; /* Offset from GMT in seconds */
|
||||
char ds_abbr[TZ_ABBR_LEN+1]; /* Time Zone abbreviation */
|
||||
|
||||
Reference in New Issue
Block a user