Add way to have structured URL-parametrs using : in their names
[citadel.git] / webcit / webcit.h
index e0f7df7ebbac49f662a5494c9d0a345a41d53781..a087d5f37599b9514eeadc9ebfd38c237de08428 100644 (file)
@@ -214,7 +214,9 @@ void SaveExpirePolicyFromHTTP(GPEXWhichPolicy which);
 typedef struct urlcontent urlcontent;
 struct urlcontent {
        char url_key[32];               /* key */
+       long klen;
        StrBuf *url_data;               /* value */
+       HashList *sub;
 };
 
 /*