]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haproxy: export main to ease access from debugger
authorWilly Tarreau <w@1wt.eu>
Tue, 3 Mar 2020 14:25:10 +0000 (15:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Mar 2020 14:26:10 +0000 (15:26 +0100)
commit1827845a3d9f15e2186e1e65dd925e8e7912fab4
treee68c9137aecb633f6aa678b551bbea2df7c1a93b
parent82aafc4a0fd5cf5a5203b37f622105a73fe5ba94
MINOR: haproxy: export main to ease access from debugger

Better just export main instead of declaring it as extern, it's cleaner
and may be usable elsewhere.
include/types/global.h
src/debug.c