RSSC: remove old malloc not needed anymore.
[citadel.git] / citadel / room_ops.h
1 int is_known (struct ctdlroom *roombuf, int roomnum,
2               struct ctdluser *userbuf);
3 int has_newmsgs (struct ctdlroom *roombuf, int roomnum,
4                  struct ctdluser *userbuf);
5 int is_zapped (struct ctdlroom *roombuf, int roomnum,
6                struct ctdluser *userbuf);
7 void b_putroom(struct ctdlroom *qrbuf, char *room_name);
8 void b_deleteroom(char *);
9 void lgetfloor (struct floor *flbuf, int floor_num);
10 void lputfloor (struct floor *flbuf, int floor_num);
11 int sort_msglist (long int *listptrs, int oldcount);
12 void list_roomname(struct ctdlroom *qrbuf, int ra, int current_view, int default_view);
13
14 void convert_room_name_macros(char *towhere, size_t maxlen);
15
16