]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
liblib: Added str_append_data(), which is simply a wrapper to buffer_append()
authorTimo Sirainen <tss@iki.fi>
Mon, 5 May 2014 12:05:20 +0000 (15:05 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 5 May 2014 12:05:20 +0000 (15:05 +0300)
commit513928e1d3eb3943c535732d693eadc387a4c2c3
tree2b751f1f88eb44e496a19e1644a001ea1af3b1ef
parent36f614569bbff9a10717c9362b070ded8836f973
liblib: Added str_append_data(), which is simply a wrapper to buffer_append()
This is intended for appending data that may contain NUL characters that are
wanted to be added to the string.
src/lib/str.c
src/lib/str.h