commit | 368479c3fc2183423b777e91e2770035dcc21705 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 02 14:50:38 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 02 14:50:38 2022 +0100 |
tree | 1c43b16f63365bd1c09e573d2ad77f6dd142ec79 | |
parent | d318e4e0220ec090798baa1ce978f8a5ba071af4 [diff] |
BUILD: http_rules: do not declare http_*_keywords_registre() inline The 3 functions http_{req,res,after_res}_keywords_register() are referenced in initcalls by their pointer, it makes no sense to declare them inline. At best it causes function duplication, at worst it doesn't build on older compilers.