diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-08 20:41:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-08 20:41:14 +0000 |
commit | 2b6e5e780f141b8c3ef70950a01f6bee7e89d07a (patch) | |
tree | c0cab45b05fdb1f1ec1eee91307adc1e7e0a841a /usr.sbin/bootpd/tzone.h | |
parent | 60d1f85c13d6867b79ca4c9babe26f1104a4df42 (diff) |
protos; avsm ok
Diffstat (limited to 'usr.sbin/bootpd/tzone.h')
-rw-r--r-- | usr.sbin/bootpd/tzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bootpd/tzone.h b/usr.sbin/bootpd/tzone.h index ddd67c4b625..e8f28fa1eb0 100644 --- a/usr.sbin/bootpd/tzone.h +++ b/usr.sbin/bootpd/tzone.h @@ -1,3 +1,3 @@ /* tzone.h */ extern int32 secondswest; -extern void tzone_init(); +extern void tzone_init(void); |