mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-05 03:29:35 +00:00
BUILD: proto_tcp: export the correct names for proto_tcpv[46]
The exported names were not correct (missing the 'v').
This commit is contained in:
parent
968a4f34fc
commit
df4051cd58
@ -28,8 +28,8 @@
|
||||
#include <haproxy/listener-t.h>
|
||||
#include <haproxy/sample-t.h>
|
||||
|
||||
extern struct protocol proto_tcp4;
|
||||
extern struct protocol proto_tcp6;
|
||||
extern struct protocol proto_tcpv4;
|
||||
extern struct protocol proto_tcpv6;
|
||||
|
||||
int tcp_bind_socket(int fd, int flags, struct sockaddr_storage *local, struct sockaddr_storage *remote);
|
||||
int tcp_connect_server(struct connection *conn, int flags);
|
||||
|
Loading…
Reference in New Issue
Block a user