]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.h
All of the 'list rooms' commands now enumerate not only
[citadel.git] / citadel / room_ops.h
index 20f2ccae9efe4465217291be743d9bba83a69ab1..135a229aef02c646b48e7dd4e762a644a21e85ed 100644 (file)
@@ -51,7 +51,7 @@ void ForEachRoom(void (*CallBack)(struct ctdlroom *EachRoom, void *out_data),
        void *in_data);
 void schedule_room_for_deletion(struct ctdlroom *qrbuf);
 void delete_room(struct ctdlroom *qrbuf);
-void list_roomname(struct ctdlroom *qrbuf, int ra, int view);
+void list_roomname(struct ctdlroom *qrbuf, int ra, int current_view, int default_view);
 int is_noneditable(struct ctdlroom *qrbuf);
 void CtdlRoomAccess(struct ctdlroom *roombuf, struct ctdluser *userbuf,
                int *result, int *view);