commit - a426da1cc01d1546e24759bc9ae6c0bde1b7e074
commit + 311b16add548240ef3b56166d4d36e9373457bf9
blob - d2bf85f3c42562624e5c42d2a2aa7a5bfdec485f
blob + 0289e1fbec123586bc303f0f3b99afe2919c4a65
--- httpd.h
+++ httpd.h
-/* $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>
};
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 *);