CLEANUP: hdr_idx: make some function arguments const where possible
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Jul 2017 18:46:05 +0000 (20:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Jul 2017 19:11:30 +0000 (21:11 +0200)
commit106f63128079d8e4fdee396cb0a9bd725b932418
tree3339dec13d62d4bbe079a581deffadd08dd758a5
parented2b4a6b793d062000518e51ed71e014c649c313
CLEANUP: hdr_idx: make some function arguments const where possible

Functions hdr_idx_first_idx() and hdr_idx_first_pos() were missing a
"const" qualifier on their arguments which are not modified, causing
a warning in some experimental H2 code.
include/proto/hdr_idx.h