Queuefile: avoid using buffered I/O - no point for a block-copy
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 16 Oct 2016 14:29:20 +0000 (15:29 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 16 Oct 2016 14:29:20 +0000 (15:29 +0100)
commitb47584259a53dcd166b923520a3ba7d8df0eb5bc
tree329e453c09d80c7398bd5aa37348dd5dcca37193
parentd36e39d7a785f12c138c60d6b58bf62161c4eca1
Queuefile: avoid using buffered I/O - no point for a block-copy
and it meant (an admittedly ingnorable) Coverity whine about a FILE leak

Take the oppurtunity to constify a utility function
src/src/functions.h
src/src/queue.c
src/src/transports/queuefile.c