]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.h
Removed all references to CC->msglist and CC->num_msgs, and all utility
[citadel.git] / citadel / room_ops.h
index 12431fbd96ebf860598194b13431fc5d010213b5..4a596ea8eeaf94e432f5b69b31a59a4598ed262d 100644 (file)
@@ -15,11 +15,7 @@ void getfloor (struct floor *flbuf, int floor_num);
 void lgetfloor (struct floor *flbuf, int floor_num);
 void putfloor (struct floor *flbuf, int floor_num);
 void lputfloor (struct floor *flbuf, int floor_num);
-void get_msglist (struct quickroom *whichroom);
-void put_msglist (struct quickroom *whichroom);
 long AddMessageToRoom(struct quickroom *whichroom, long newmsgid);
-long int MessageFromList (int whichpos);
-void SetMessageInList (int whichpos, long int newmsgnum);
 int sort_msglist (long int *listptrs, int oldcount);
 void cmd_lrms (char *argbuf);
 void cmd_lkra (char *argbuf);