CLEANUP: lua: Remove declaration of an inexistant function
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 12:27:02 +0000 (13:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 12:30:12 +0000 (13:30 +0100)
commit0fcb0af05ccfd2894ca31257c6a80d91198a9aec
tree4e6490e5692f2891d53ff5226082b7aadabba137
parentfd0d6681600b1d1dbbfc8db04bb032bc78e33243
CLEANUP: lua: Remove declaration of an inexistant function

action_http_after_res_custom() is declared but never defined. The declaration
was introduced by the commit 86f8f6f78 ("MINOR: actions: Export actions lookup
functions"). But the definition does not exist because the HTTP after-response
ruleset only exist since the 2.2.

This patch must be backported where the above patch is, as far as 1.8. There is
no upstream commit ID for this patch.
include/proto/http_rules.h