]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] add a few "const char *" where appropriate
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 13:17:57 +0000 (15:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 13:17:57 +0000 (15:17 +0200)
commitb17916e89b2946f2ab71675a31d55fe8a9e40782
tree5aa20685b9c2123b2422b527f79dba83b3c96c60
parentc642348ce419d9916a064d02350869e7f3e06d4d
[CLEANUP] add a few "const char *" where appropriate

As suggested by Markus Elfring, a few "const char *" have replaced
some "char *" declarations where a function is not expected to
modify a value. It does not change the code but it helps detecting
coding errors.
13 files changed:
include/common/cfgparse.h
include/common/regex.h
include/common/time.h
include/proto/backend.h
include/proto/buffers.h
include/proto/proto_http.h
include/proto/queue.h
src/cfgparse.c
src/log.c
src/proto_http.c
src/queue.c
src/regex.c
src/time.c