]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: Change the prototype of the function pattern_register().
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 23 Jan 2014 16:53:31 +0000 (17:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:06 +0000 (18:06 +0100)
commit972028fa673c949bc2089cea384ac9dbdd0ce76c
tree71341649a98486a93248a9fe917c7ec1dcff6d07
parent580c32cb3ada11ddbb97ddbbb47b4557f9607c27
MEDIUM: pattern: Change the prototype of the function pattern_register().

Each pattern parser take only one string. This change is reported to the
function prototype of the function "pattern_register()". Now, it is
called with just one string and no need to browse the array of args.
include/proto/pattern.h
src/acl.c
src/dumpstats.c
src/map.c
src/pattern.c