CtdlSerializeMessage() now returns struct smr_ret
authorArt Cancro <ajc@citadel.org>
Fri, 26 Jan 2024 18:14:02 +0000 (13:14 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 26 Jan 2024 18:14:02 +0000 (13:14 -0500)
commit5d3c7139faafbfdc5db4b45bdf9ef7105d4593b1
treea991d0d7a16989d44aa003c3da6805a8d93990be
parentbcdcc6d9a5f4d5f1a86d1fc725a2ce787f1d92f8
CtdlSerializeMessage() now returns struct smr_ret

Instead of giving it a pointer to a struct to fill, now it just
returns a struct.  Because it is the current year and the compiler
can handle that.
citadel/server/msgbase.c
citadel/server/msgbase.h
webcit-ng/server/main.c
webcit-ng/server/webcit.h