]> code.citadel.org Git - citadel.git/commitdiff
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)
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.


No differences found