diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-28 18:47:26 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-28 18:47:26 +0000 |
commit | ee271e2904f4aa32ea2ecaafc166fdf57d72cb34 (patch) | |
tree | 9c4d48ead059640978c87b32168b4ce64e35f357 /usr.sbin/ntpd/ntpd.h | |
parent | 6c3a3119902ab4d8b8ee50c346f7595059b22fe8 (diff) |
let sensor_query handle removals itself
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index cf550cecb69..3e5341191eb 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.67 2006/05/27 22:22:47 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.68 2006/05/28 18:47:25 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -283,7 +283,6 @@ struct s_fixedpt d_to_sfp(double); /* sensors.c */ void sensor_init(struct ntpd_conf *); void sensor_scan(void); -void sensor_remove(struct ntp_sensor *); -int sensor_query(struct ntp_sensor *); +void sensor_query(struct ntp_sensor *); int sensor_hotplugfd(void); void sensor_hotplugevent(int); |