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


No differences found