$OpenBSD: patch-bgpdump_lib_c,v 1.3 2015/07/19 01:46:18 ajacoutot Exp $

warning: implicit declaration of function ...

--- bgpdump_lib.c.orig	Tue Mar 24 12:45:07 2015
+++ bgpdump_lib.c	Sun Jul 19 03:43:57 2015
@@ -42,6 +42,8 @@ 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_bgp(struct mstream *s, BGPDUMP_ENTRY *entry);
 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);
