summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-03-02 11:22:32 +0100
committerMaria Matejka <mq@ucw.cz>2022-03-02 12:13:49 +0100
commit06ece3265e222f218224bb394c250cb414e44ab4 (patch)
tree5b2e4157644f43ce96a5ea3b539a976c93261e60 /proto/bgp/bgp.h
parentd814a8cb9381e8cb22c3f37d3c970ca7972656a6 (diff)
Replacing BGP temporary linpools by the common temporary linpool
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 4969c0b9..f2c11869 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -20,7 +20,6 @@
#include "lib/hash.h"
#include "lib/socket.h"
-struct linpool;
struct eattr;
@@ -495,9 +494,6 @@ bgp_parse_error(struct bgp_parse_state *s, uint subcode)
longjmp(s->err_jmpbuf, 1);
}
-extern struct linpool *bgp_linpool;
-extern struct linpool *bgp_linpool2;
-
void bgp_start_timer(timer *t, uint value);
void bgp_check_config(struct bgp_config *c);