]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Move failure handler structs and typedefs to failures-private.h
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 31 Aug 2018 11:21:06 +0000 (14:21 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 3 Sep 2018 08:46:58 +0000 (08:46 +0000)
commita9e57941fdcac133756bbfec56971730d54cbb54
tree60a04d18941702f4f56c35b4795d1eda83057815
parentf83a64ee5c668378779ce05c4d0236e1dc40f525
lib: Move failure handler structs and typedefs to failures-private.h

Also change the function typedefs to be non-pointers, like they usually are
in Dovecot code.
src/lib/Makefile.am
src/lib/failures-private.h [new file with mode: 0644]
src/lib/failures.c