X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=a2eb57c92ccf71aef51bb59f02432d89ea28aea2;hb=749c2a7e25006217b60af84c3854760454f1f013;hp=371aac8dadc48a3dd1dc616ab11e0f376d84b7c0;hpb=0e27e9ae1d4e7f91a4207de6e1d3fa43d2148fd9;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 371aac8da..a2eb57c92 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 */