From 2a70268000d85df755837c9e48ee7423c839ee75 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 23 May 2016 18:55:22 +0000 Subject: Assorted fixes and small cleanup. Nothing really interesting here. --- usr.sbin/ldpd/ldpe.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/ldpd/ldpe.h') diff --git a/usr.sbin/ldpd/ldpe.h b/usr.sbin/ldpd/ldpe.h index d56d2477ddb..77cc98dff40 100644 --- a/usr.sbin/ldpd/ldpe.h +++ b/usr.sbin/ldpd/ldpe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ldpe.h,v 1.50 2016/05/23 18:41:59 renato Exp $ */ +/* $OpenBSD: ldpe.h,v 1.51 2016/05/23 18:55:21 renato Exp $ */ /* * Copyright (c) 2004, 2005, 2008 Esben Norby @@ -28,8 +28,6 @@ #include #include -TAILQ_HEAD(ctl_conns, ctl_conn) ctl_conns; - struct hello_source { enum hello_type type; struct { @@ -166,6 +164,7 @@ void ldpe_close_sockets(void); void ldpe_reset_nbrs(void); void ldpe_remove_dynamic_tnbrs(void); void ldpe_stop_init_backoff(void); +struct ctl_conn; void ldpe_iface_ctl(struct ctl_conn *, unsigned int); void ldpe_adj_ctl(struct ctl_conn *); void ldpe_nbr_ctl(struct ctl_conn *); -- cgit v1.2.3