* add forward declarations
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 2 Sep 2010 21:32:27 +0000 (23:32 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 2 Sep 2010 21:32:27 +0000 (23:32 +0200)
webcit/roomops.h

index 8c841616453c0e98a6032ee385333f1ae128bd7d..b0f9caa0ee838c27c7d26b7518a6e0caede8f0b8 100644 (file)
@@ -121,6 +121,12 @@ 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);
+
 /*
  * wrapper around usual sort-comparator; private rooms will allways be prefered, -1 if one of them NULL
  */