NetBSD/usr.sbin/bootp/common/tzone.h

16 lines
218 B
C
Raw Normal View History

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
/* tzone.h */
1998-03-14 07:39:53 +03: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