]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: action: Export release_expr_int_action() release function
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 25 Sep 2024 13:03:43 +0000 (15:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Sep 2024 14:55:53 +0000 (16:55 +0200)
commit0d91de2be4cf23e817c4891bfee3fc8d66389136
treeef7241aa41da919e0a702ca5d4668f1d0eee3c9e
parent688abb6f30a7eed76e63a92fc78bfccad681bd0d
MINOR: action: Export release_expr_int_action() release function

This function was only used by TCP actions and was private to tcp_act.c
file. However, it make sense to make it public to be used by any action
relying on an int-or-expression argument.
include/haproxy/action.h
src/tcp_act.c