]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: global: export many symbols.
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 8 Dec 2014 18:50:43 +0000 (19:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:32 +0000 (23:12 +0100)
commit49f45af9aa02f099b0825de59b84ea17e9b795aa
tree4339f8cb449322335127c70589894ba49af7a556
parent4d9a1d1a5c4720a169654ee47f9a4364261ffab4
MINOR: global: export many symbols.

The functions "val_payload_lv" and "val_hdr" are useful with
lua. The lua automatic binding for sample fetchs needs to
compare check functions.

The "arg_type_names" permit to display error messages.
include/proto/arg.h
include/proto/payload.h
include/proto/proto_http.h
src/arg.c
src/payload.c
src/proto_http.c