]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: switch a number of buffer args to const
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Mar 2012 07:55:07 +0000 (08:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Mar 2012 07:55:07 +0000 (08:55 +0100)
commit18dd41dc464d9fc127615dbc8df7eb762e375571
tree7cffd1b3a59f7795a685d10448756206792c9a5d
parent150d146d4dab750784f86417514a1b4f5cec6d4d
MINOR: buffer: switch a number of buffer args to const

A number of offset computation functions use struct buffer* arguments
and return integers without modifying the input. Using consts helps
simplifying some operations in callers.
include/proto/buffers.h