From 8dc711d108614af007124910f3b532bf25eec0ea Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Mon, 2 Feb 2004 18:06:33 +0000 Subject: Somehow I missed this peace in one of my last commits. OK henning@ --- usr.sbin/bgpd/rde.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bgpd') diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index 37ce57ba7ae..1da8ca5b6d9 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.21 2004/01/17 19:35:36 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.22 2004/02/02 18:06:32 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker and @@ -218,6 +218,7 @@ int attr_write(void *, u_int16_t, u_int8_t, u_int8_t, void *, u_int16_t); void attr_optadd(struct attr_flags *, u_int8_t, u_int8_t, u_char *, u_int16_t); +void attr_optfree(struct attr_flags *); int aspath_verify(void *, u_int16_t, u_int16_t); #define AS_ERR_LOOP -1 -- cgit v1.2.3