12 lines
611 B
Plaintext
12 lines
611 B
Plaintext
$OpenBSD: patch-bgpdump_lib_c,v 1.2 2010/10/29 13:53:35 sthen Exp $
|
|
--- bgpdump_lib.c.orig Thu Sep 23 13:06:19 2010
|
|
+++ bgpdump_lib.c Fri Oct 29 14:35:34 2010
|
|
@@ -42,6 +42,7 @@ this license is included with libbgpdump.
|
|
#include <assert.h>
|
|
|
|
void bgpdump_free_attr(attributes_t *attr);
|
|
+static void bgpdump_free_mp_info(struct mp_info *info);
|
|
static int process_mrtd_table_dump(struct mstream *s,BGPDUMP_ENTRY *entry);
|
|
static int process_mrtd_table_dump_v2(struct mstream *s,BGPDUMP_ENTRY *entry);
|
|
static int process_mrtd_table_dump_v2_peer_index_table(struct mstream *s,BGPDUMP_ENTRY *entry);
|