diff options
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index eadf2b0..8aaac88 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -10,6 +10,7 @@ #define _BIRD_BGP_H_ struct linpool; +struct eattr; struct bgp_config { struct proto_config c; @@ -67,6 +68,7 @@ void bgp_close_conn(struct bgp_conn *c); /* attrs.c */ struct rta *bgp_decode_attrs(struct bgp_conn *conn, byte *a, unsigned int len, struct linpool *pool); +int bgp_get_attr(struct eattr *e, byte *buf); /* packets.c */ |