* if we need the first urlpart, we musn't move it just left, but add another one...
[citadel.git] / webcit / webcit.h
index 371aac8dadc48a3dd1dc616ab11e0f376d84b7c0..a2eb57c92ccf71aef51bb59f02432d89ea28aea2 100644 (file)
@@ -617,6 +617,7 @@ struct wcsession {
        int time_format_cache;                  /**< which timeformat does our user like? */
        StrBuf *UrlFragment1;                   /**< first urlfragment, if NEED_URL is specified by the handler*/
        StrBuf *UrlFragment2;                   /**< second urlfragment, if NEED_URL is specified by the handler*/
+       StrBuf *UrlFragment3;                   /**< third urlfragment, if NEED_URL is specified by the handler*/
        StrBuf *WBuf;                           /**< Our output buffer */
        StrBuf *HBuf;                           /**< Our HeaderBuffer */
        StrBuf *CLineBuf;                       /**< linebuffering client stuff */