summaryrefslogtreecommitdiff
path: root/bgpd/bgp_bmp.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-04-24 17:23:09 +0200
committerDavid Lamparter <equinox@diac24.net>2019-08-30 19:00:45 +0200
commit0ba4eeec2208d9290d090ae6a086f74cd24a6865 (patch)
tree72c2ba00b86dc99ad6d5ec8eb059b2544fb38850 /bgpd/bgp_bmp.h
parentd35a6c28954b0f6128998f30f703746a63610393 (diff)
bgpd/bmp: convert BMP code into module
This is mostly here for documentation purposes to show how some code is converted into a module. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/bgp_bmp.h')
-rw-r--r--bgpd/bgp_bmp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_bmp.h b/bgpd/bgp_bmp.h
index 54365c0f02..7afe1f3cd5 100644
--- a/bgpd/bgp_bmp.h
+++ b/bgpd/bgp_bmp.h
@@ -64,7 +64,4 @@ struct bmp
&(X)->t_event); \
} while (0)
-extern void bmp_serv_sock(const char *hostname, unsigned short port);
-extern void bgp_bmp_init(void);
-
#endif /*_BGP_BMP_H_*/