diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 18:55:22 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 18:55:22 +0000 |
commit | 2a70268000d85df755837c9e48ee7423c839ee75 (patch) | |
tree | 67683dade7ac2736ce4822eb97661b0ad31c0095 /usr.sbin/ldpd/ldpe.h | |
parent | ebae18186cf17f2f810c98c06ed0ea36692fc552 (diff) |
Assorted fixes and small cleanup.
Nothing really interesting here.
Diffstat (limited to 'usr.sbin/ldpd/ldpe.h')
-rw-r--r-- | usr.sbin/ldpd/ldpe.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 <norby@openbsd.org> @@ -28,8 +28,6 @@ #include <netinet/ip.h> #include <net/pfkeyv2.h> -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 *); |