summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/lde.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-06-30 05:21:39 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-06-30 05:21:39 +0000
commit47b1bec7d8e79b7abff2d561aa1365cf4547da3b (patch)
tree0fbec181c1d62403061e05c3d09d54fc3867d6e7 /usr.sbin/ldpd/lde.h
parentd6e7c69099ed85b9685b00cc7162aa0f5de698e4 (diff)
Kill IMSG_KLABEL_INSERT and all the related functions around it.
IMSG_KLABEL_CHANGE is smart enough to know when something is a change or an insert.
Diffstat (limited to 'usr.sbin/ldpd/lde.h')
-rw-r--r--usr.sbin/ldpd/lde.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldpd/lde.h b/usr.sbin/ldpd/lde.h
index 71e4aa3a99e..16a09be974c 100644
--- a/usr.sbin/ldpd/lde.h
+++ b/usr.sbin/ldpd/lde.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lde.h,v 1.13 2010/06/23 16:26:47 claudio Exp $ */
+/* $OpenBSD: lde.h,v 1.14 2010/06/30 05:21:38 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -95,7 +95,6 @@ struct rt_node {
pid_t lde(struct ldpd_conf *, int [2], int [2], int [2]);
int lde_imsg_compose_ldpe(int, u_int32_t, pid_t, void *, u_int16_t);
u_int32_t lde_assign_label(void);
-void lde_send_insert_klabel(struct rt_node *);
void lde_send_change_klabel(struct rt_node *);
void lde_send_delete_klabel(struct rt_node *);
void lde_send_labelmapping(u_int32_t, struct map *);