diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-02-02 18:06:33 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-02-02 18:06:33 +0000 |
commit | 8dc711d108614af007124910f3b532bf25eec0ea (patch) | |
tree | 6e3571f151d5692177e92eb83d6e1248a2f3154e /usr.sbin/bgpd | |
parent | 24f888f1aa72df03a95599ff781016ed651480b9 (diff) |
Somehow I missed this peace in one of my last commits. OK henning@
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/rde.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <claudio@openbsd.org> 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 |