]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* more work into direction of DAV templates
[citadel.git] / webcit / webcit.h
index 0c876429e6b86b3999334626341aa7dc57dbaef4..3a003556117f71961649c7ce975ecfaea1a0605f 100644 (file)
@@ -90,6 +90,7 @@
 #include "messages.h"
 #include "paramhandling.h"
 #include "preferences.h"
+#include "roomops.h"
 
 #ifdef HAVE_OPENSSL
 /* Work around RedHat's b0rken OpenSSL includes */
@@ -447,6 +448,7 @@ struct wcsession {
        char ImportantMessage[SIZ];
        StrBuf *ImportantMsg;
        HashList *Directory;                    /* Parts of the directory URL in snippets */
+       const floor *CurrentFloor;              /**< when Parsing REST, which floor are we on? */
 
 /* accounting */
        StrBuf *wc_username;                    /* login name of current user */