summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2006-05-28 18:47:26 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2006-05-28 18:47:26 +0000
commitee271e2904f4aa32ea2ecaafc166fdf57d72cb34 (patch)
tree9c4d48ead059640978c87b32168b4ce64e35f357 /usr.sbin/ntpd/ntpd.h
parent6c3a3119902ab4d8b8ee50c346f7595059b22fe8 (diff)
let sensor_query handle removals itself
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r--usr.sbin/ntpd/ntpd.h5
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);