diff options
Diffstat (limited to 'bgpd/bgp_network.h')
-rw-r--r-- | bgpd/bgp_network.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bgpd/bgp_network.h b/bgpd/bgp_network.h index e7119414..618d8dbb 100644 --- a/bgpd/bgp_network.h +++ b/bgpd/bgp_network.h @@ -21,12 +21,10 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #ifndef _QUAGGA_BGP_NETWORK_H #define _QUAGGA_BGP_NETWORK_H -#if defined(HAVE_TCP_MD5SIG) -extern int bgp_md5_set (int, struct sockaddr_in *, const char *); -#endif /* HAVE_TCP_MD5SIG */ - extern int bgp_socket (struct bgp *, unsigned short, char *); extern int bgp_connect (struct peer *); extern void bgp_getsockname (struct peer *); +extern int bgp_md5_set (struct peer *); + #endif /* _QUAGGA_BGP_NETWORK_H */ |