Permalinks work now but they are ugly.
[citadel.git] / webcit / webcit.h
index 163830c4698d4d1099ff5410d4179aea39a53be3..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 */
 };