BUILD: connection: move list_mux_proto() to connection.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 12:06:09 +0000 (14:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
commite59b5169b39c79f9a6ee478fcf6f622954d75722
treee0197c897a8812967a19b2007d7e500b1910ed4a
parent03f839d0ea6e5c7d8988e067369edfcc7236e277
BUILD: connection: move list_mux_proto() to connection.c

No idea why this was put inlined into connection.h, it's used only once
for haproxy -vv, and requires tools.h, causing an undesired dependency
from connection.h. Let's move it to connection.c instead where it ought
to have been.
include/haproxy/connection.h
src/connection.c