room_functions.c: get_msglist() now returns Array
authorArt Cancro <ajc@citadel.org>
Fri, 22 Dec 2023 16:10:14 +0000 (11:10 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 22 Dec 2023 16:10:14 +0000 (11:10 -0500)
commit372fb8eddb5c00a42314dd32f65f57394b90a7d2
tree575f73164faa9bf3c064411e4ec9080a854a208f
parentbd435f1cde6721e2173619c881e2af8637c85482
room_functions.c: get_msglist() now returns Array

Previously it returned a long* which contained a list of longs.
Assembling this required the same allocation logic used in our
array class, so now we're just using the array class.
webcit-ng/server/room_functions.c
webcit-ng/server/webcit.h