]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: regex: Change the struct containing regex
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 6 Dec 2013 19:36:20 +0000 (20:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 14:42:58 +0000 (15:42 +0100)
commit799c042daa5b70d064818247fd839c813a48dbbf
tree633bbcef39a34e5ac374ebf359761649f6d5ce31
parent9645d42d747288b66d7e9c94511e2bfe31a6bc7a
MINOR: regex: Change the struct containing regex

This change permits to remove the typedef. The original regex structs
are set in haproxy's struct.
include/common/regex.h
include/types/pattern.h
src/pattern.c
src/regex.c