CLEANUP: tools: make resolve_sym_name() take a const pointer
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Jan 2021 13:37:59 +0000 (14:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2021 17:13:36 +0000 (18:13 +0100)
commit341fafce624c898649d946799a8a4af2a53ce475
treed93f2811e4ccdcb9b799b599a36001999e9ffb3c
parent9885f4b329dcb8aaacd41ebcffef520cb3d11fb1
CLEANUP: tools: make resolve_sym_name() take a const pointer

When 0c439d895 ("BUILD: tools: make resolve_sym_name() return a const")
was written, the pointer argument ought to have been turned to const for
more flexibility. Let's do it now.

(cherry picked from commit 45fd1030d5eebb318fbcf70adadfcc1ff6b261b3)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/tools.h
src/tools.c