summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpd/eigrpe.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/eigrpd/eigrpe.h')
-rw-r--r--usr.sbin/eigrpd/eigrpe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/eigrpd/eigrpe.h b/usr.sbin/eigrpd/eigrpe.h
index 2d0198bc26a..847c7be2d10 100644
--- a/usr.sbin/eigrpd/eigrpe.h
+++ b/usr.sbin/eigrpd/eigrpe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: eigrpe.h,v 1.17 2021/01/19 10:31:12 claudio Exp $ */
+/* $OpenBSD: eigrpe.h,v 1.18 2021/01/19 10:37:25 claudio Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
@@ -25,8 +25,6 @@
#include <event.h>
-TAILQ_HEAD(ctl_conns, ctl_conn) ctl_conns;
-
struct pbuf {
struct ibuf *buf;
int refcnt;
@@ -73,6 +71,8 @@ RB_PROTOTYPE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
extern struct eigrpd_conf *econf;
+struct ctl_conn;
+
/* eigrpe.c */
void eigrpe(int, int, char *);
int eigrpe_imsg_compose_parent(int, pid_t, void *, uint16_t);