1998-03-14 07:39:53 +03:00
|
|
|
/* $NetBSD: tzone.h,v 1.3 1998/03/14 04:39:55 lukem Exp $ */
|
1998-01-09 11:03:16 +03:00
|
|
|
|
1994-06-28 01:25:48 +04:00
|
|
|
/* tzone.h */
|
1998-03-14 07:39:53 +03:00
|
|
|
|
1994-06-28 01:25:48 +04:00
|
|
|
extern int32 secondswest;
|
1998-03-14 07:39:53 +03:00
|
|
|
|
|
|
|
#ifdef __STDC__
|
|
|
|
#define P(args) args
|
|
|
|
#else
|
|
|
|
#define P(args) ()
|
|
|
|
#endif
|
|
|
|
|
|
|
|
extern void tzone_init P((void));
|
|
|
|
|
|
|
|
#undef P
|