]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
URL-Handling: de-Url-Escapify username and Passwords.
[citadel.git] / libcitadel / lib / libcitadel.h
index a4e8f0cf0b06b4460e0196294388f3d2f48cc942..71d2ec8f2b0d144a143621dde4f047c6926d90a5 100644 (file)
@@ -391,6 +391,9 @@ struct ParsedURL {
        struct hostent *HEnt;
        struct sockaddr_in6 Addr;
        ParsedURL *Next;
+       int IsRelay;
+       StrBuf *UsrName;
+       StrBuf *Password;
 };
 
 void FreeURL(ParsedURL** Url);