]> code.citadel.org Git - citadel.git/blobdiff - webcit/roomops.h
SMTP-Relay: add other ways of filtering
[citadel.git] / webcit / roomops.h
index 8c841616453c0e98a6032ee385333f1ae128bd7d..516c00d783846452011691cc629355e5a3a6fdc5 100644 (file)
@@ -121,6 +121,20 @@ int SortRoomsByListOrder(const void *room1, const void *room2);
 void tmplput_roombanner(StrBuf *Target, WCTemplputParams *TP);
 
 
+void LoadRoomAide(void);
+void LoadRoomXA (void);
+void LoadXRoomPic(void);
+void LoadXRoomInfoText(void);
+void LoadXRoomXCountFiles(void);
+
+long gotoroom(const StrBuf *gname);
+
+void slrp_highest(void);
+void remove_march(const StrBuf *aaa);
+void dotskip(void);
+void smart_goto(const StrBuf *next_room);
+void free_march_list(wcsession *wcf);
+
 /*
  * wrapper around usual sort-comparator; private rooms will allways be prefered, -1 if one of them NULL
  */