Prepared for upcoming change to cdb_next_item() API.
authorArt Cancro <ajc@citadel.org>
Thu, 10 Aug 2023 14:49:50 +0000 (05:49 -0900)
committerArt Cancro <ajc@citadel.org>
Thu, 10 Aug 2023 14:49:50 +0000 (05:49 -0900)
commitd805c8202867ff3cc4049e5df6a3e871c4fdc5be
treef740e5a3a2b1d6ee22730a3236923493b770e11a
parent73fced74247296ff98430199d7dec8cbba9182e8
Prepared for upcoming change to cdb_next_item() API.

cdb_next_item() is always preceded by a call to cdb_rewind() before the
iteration loop.  We're going to remove the cursor from thread-specific
data, and replace it with a void pointer that the caller is responsible
for passing back.  This will make the backend drivers easier to build.
citadel/server/room_ops.c
citadel/server/user_ops.c