]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] move error codes to common/errors.h
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 10:14:07 +0000 (11:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2007 10:14:07 +0000 (11:14 +0100)
commitd740babd0e16a40c1ff6727ab301fbb6e94e28c6
treea859dfa070232bfe6d59fb30727e3d10af90dabc
parent23085b6df80cbe28a2c5fdd67f1f9c1bce1b60fe
[MINOR] move error codes to common/errors.h

It's useful to be able to share error codes between C files,
so move the codes currently only used in protocols to a generic
file.
include/common/errors.h [new file with mode: 0644]
include/types/protocols.h
src/haproxy.c
src/proto_uxst.c
src/proxy.c