summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/control.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2021-01-19 15:14:36 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2021-01-19 15:14:36 +0000
commitc366e5990cd38c1c5d294a6247af2048123f88ce (patch)
treeb411c42e18bb968e4c1331f92c6fd01f096b7fe8 /usr.sbin/ldpd/control.h
parent317dec93901740e31836311947f8feb3e3982971 (diff)
Do the same control cleanup as in other daemons. Move ctl_conns exclusivly
into control.c
Diffstat (limited to 'usr.sbin/ldpd/control.h')
-rw-r--r--usr.sbin/ldpd/control.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ldpd/control.h b/usr.sbin/ldpd/control.h
index 72a9aa837a6..a47041544c1 100644
--- a/usr.sbin/ldpd/control.h
+++ b/usr.sbin/ldpd/control.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.h,v 1.10 2020/06/22 15:09:34 mestre Exp $ */
+/* $OpenBSD: control.h,v 1.11 2021/01/19 15:14:35 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -26,9 +26,6 @@ struct ctl_conn {
TAILQ_ENTRY(ctl_conn) entry;
struct imsgev iev;
};
-TAILQ_HEAD(ctl_conns, ctl_conn);
-
-extern struct ctl_conns ctl_conns;
int control_init(char *);
int control_listen(void);