* more fixes, offset in URLS is different now, since we strip the command.
[citadel.git] / webcit / webcit.h
index 008ccfdaa9afb81f970d576879b7d4a66b643415..c9033cdf3f73ff7ba93e3d4135b1bc849cf2fb2a 100644 (file)
@@ -364,6 +364,7 @@ typedef void (*WebcitHandlerFunc)(void);
 typedef struct  _WebcitHandler{
        WebcitHandlerFunc F;
        long Flags;
+       StrBuf *Name;
 } WebcitHandler;
 void WebcitAddUrlHandler(const char * UrlString, long UrlSLen, WebcitHandlerFunc F, long Flags);