]> code.citadel.org Git - citadel.git/blobdiff - citadel/room_ops.h
* msgbase.c: reimplemented cmd_move()
[citadel.git] / citadel / room_ops.h
index 6caffbb33ba7f158b114fd26a63340d4e3ac59dc..77aac6828dc31a2c8d0b56debba8ff38c026c24c 100644 (file)
@@ -14,6 +14,7 @@ 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);
+void 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);