]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.h
* Interactive room deletions are now deferred. The server reconfigures the
[citadel.git] / citadel / room_ops.h
index 549459c60c5514e30b96decc0d229a7bfb34b7f6..f5b820a7fd23a95713fbe0243f751279ed606d20 100644 (file)
@@ -51,6 +51,7 @@ void ForEachRoom(void (*CallBack)(struct ctdlroom *EachRoom, void *out_data),
        void *in_data);
 void assoc_file_name(char *buf, size_t n,
                     struct ctdlroom *qrbuf, const char *prefix);
+void schedule_room_for_deletion(struct ctdlroom *qrbuf);
 void delete_room(struct ctdlroom *qrbuf);
 void list_roomname(struct ctdlroom *qrbuf, int ra, int view);
 int is_noneditable(struct ctdlroom *qrbuf);