mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue