$OpenBSD: patch-bgpdump_lib_c,v 1.4 2016/01/07 23:09:19 sthen Exp $

warning: implicit declaration of function ...

--- bgpdump_lib.c.orig	Thu Jul 16 16:16:25 2015
+++ bgpdump_lib.c	Thu Jan  7 23:08:16 2016
@@ -42,6 +42,7 @@ this license is included with libbgpdump.
 #include <assert.h>
 
 void	  bgpdump_free_attr(attributes_t *attr);
+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);
