X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=36f763077cc8cfa195373093bb3350e2a812ae40;hb=955e49a3495637be5126cb44c119c38b66728d1e;hp=8604155ec53fcf1b846f1c0ed12d02341d662714;hpb=4f56d8e5d359f4483087873c7f63312fb4362997;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 8604155ec..36f763077 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -433,14 +433,12 @@ typedef struct _ParsedHttpHdrs { const char *Pos; StrBuf *ReadBuf; - - StrBuf *c_username; StrBuf *c_password; StrBuf *c_roomname; StrBuf *c_language; StrBuf *this_page; /**< URL of current page */ - StrBuf *PlainArgs; /*TODO: freeme*/ + StrBuf *PlainArgs; HashList *urlstrings; /**< variables passed to webcit in a URL */ HashList *HTTPHeaders; /**< the headers the client sent us */