From 2c066d4116dc5760df1eadc367cb8180e431af36 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Tue, 6 Feb 2007 10:26:14 +0000 Subject: now that check_http_code, check_http_digest and check_send_expect are in check_tcp.c, prototype them in check_tcp.c ok reyk@ --- usr.sbin/hoststated/hoststated.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'usr.sbin/hoststated/hoststated.h') diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h index 7c8297562f0..35a58e3e6a7 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.20 2007/02/06 10:06:55 reyk Exp $ */ +/* $OpenBSD: hoststated.h,v 1.21 2007/02/06 10:26:13 pyr Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard @@ -360,13 +360,6 @@ void check_icmp(struct hoststated *, struct timeval *); /* check_tcp.c */ void check_tcp(struct ctl_tcp_event *); -/* check_http.c */ -int check_http_code(struct ctl_tcp_event *); -int check_http_digest(struct ctl_tcp_event *); - -/* check_send_expect.c */ -int check_send_expect(struct ctl_tcp_event *); - /* ssl.c */ void ssl_init(struct hoststated *); void ssl_transaction(struct ctl_tcp_event *); -- cgit v1.2.3