]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] cfgparse: add support for warnings in external functions
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Jul 2008 18:22:56 +0000 (20:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Jul 2008 18:23:15 +0000 (20:23 +0200)
commit39f23b6c7e9cd7196bc8df1d12aaa61db8993c90
tree4bc446301f1fe37c9e8216c61c1502cbd9fc0161
parent10522fd11328d10eea6ea75a7cfa6b34b52e3f73
[MINOR] cfgparse: add support for warnings in external functions

Some parsers will need to report warnings in some cases. Let's
use positive values for that.
include/common/cfgparse.h
src/cfgparse.c