]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Permalinks work now but they are ugly.
[citadel.git] / webcit / webcit.h
index 51976a5180996c5f7c7fa92f324637ad3b55e931..ef7c2c456ccc9367dba6a99820521a9ad1620376 100644 (file)
@@ -563,6 +563,9 @@ struct wcsession {
        HashList *ServCfg;                      /* cache our server config for editing */
        HashList *InetCfg;                      /* Our inet server config for editing */
        ExpirePolicy Policy[maxpolicy];
+
+/* used by the blog viewer */
+       int bptlid;                             /* hash of thread currently being rendered */
 };
 
 
@@ -658,6 +661,7 @@ void pullquote_fmout(void);
 void wDumpContent(int);
 
 
+void PutRequestLocalMem(void *Data, DeleteHashDataFunc DeleteIt);
 
 void UrlescPutStrBuf(const StrBuf *strbuf);
 void StrEscPuts(const StrBuf *strbuf);