MINOR: pattern: export pat_ref_push()
authorWilly Tarreau <w@1wt.eu>
Wed, 28 Oct 2020 10:18:06 +0000 (11:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 31 Oct 2020 12:13:48 +0000 (13:13 +0100)
commit6bedf151e1a934ff6673fc18bbca08440fc1e54f
tree9ae743a7676f07c6d96cf9683bff0a6a41e1e24c
parent6a1740767c692593402a452b974a5a0d777f1390
MINOR: pattern: export pat_ref_push()

Strangely this one was marked static inline within the file itself.
Let's export it.
include/haproxy/pattern.h
src/pattern.c