-/* $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 *);
-/* $OpenBSD: relayd.h,v 1.274 2024/08/10 05:47:29 tb Exp $ */
+/* $OpenBSD: relayd.h,v 1.275 2024/10/08 05:28:11 jsg Exp $ */
/*
* Copyright (c) 2006 - 2016 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 *);