diff options
| author | David Lamparter <equinox@diac24.net> | 2019-04-24 17:23:09 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-08-30 19:00:45 +0200 | 
| commit | 0ba4eeec2208d9290d090ae6a086f74cd24a6865 (patch) | |
| tree | 72c2ba00b86dc99ad6d5ec8eb059b2544fb38850 /bgpd/bgp_bmp.h | |
| parent | d35a6c28954b0f6128998f30f703746a63610393 (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.h | 3 | 
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_*/  | 
