summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/httpd.h')
-rw-r--r--usr.sbin/httpd/httpd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h
index d2bf85f3c42..0289e1fbec1 100644
--- a/usr.sbin/httpd/httpd.h
+++ b/usr.sbin/httpd/httpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: httpd.h,v 1.164 2023/11/08 19:19:10 millert Exp $ */
+/* $OpenBSD: httpd.h,v 1.165 2024/10/08 05:28:11 jsg Exp $ */
/*
* Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -165,11 +165,6 @@ struct control_sock {
};
TAILQ_HEAD(control_socks, control_sock);
-extern struct {
- struct event ev;
- int fd;
-} control_state;
-
struct imsgev {
struct imsgbuf ibuf;
void (*handler)(int, short, void *);