]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: guid - centralise a 'reset to the empty value' helper function
authorPhil Carmody <phil@dovecot.fi>
Mon, 5 Jan 2015 20:16:59 +0000 (22:16 +0200)
committerPhil Carmody <phil@dovecot.fi>
Mon, 5 Jan 2015 20:16:59 +0000 (22:16 +0200)
commit33750ba29b605a925af5aed58d3f3735422b1e25
tree8671b7883d791421d602bbe21e2b6b74131da0b0
parent518781a0a4ba2403f23dbadda445b107fbb87daa
lib: guid - centralise a 'reset to the empty value' helper function
This helper just ensures that the caller never has to get the sizeof()
right. (Were a guid passed as a function parameter, mistakes could happen.)

Signed-off-by: Phil Carmody <phil@dovecot.fi>
src/lib/guid.h
src/lib/test-guid.c