xref: /netbsd/usr.sbin/bootp/common/tzone.h (revision bf9ec67e)
1 /*	$NetBSD: tzone.h,v 1.3 1998/03/14 04:39:55 lukem Exp $	*/
2 
3 /* tzone.h */
4 
5 extern int32 secondswest;
6 
7 #ifdef	__STDC__
8 #define P(args) args
9 #else
10 #define P(args) ()
11 #endif
12 
13 extern void tzone_init P((void));
14 
15 #undef P
16