From 06ece3265e222f218224bb394c250cb414e44ab4 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 2 Mar 2022 11:22:32 +0100 Subject: Replacing BGP temporary linpools by the common temporary linpool --- proto/bgp/bgp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proto/bgp/bgp.h') 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); -- cgit v1.2.3