Version number to 8.13 for upcoming release.
[citadel.git] / libcitadel / lib / libcitadel.h
index a4e8f0cf0b06b4460e0196294388f3d2f48cc942..296d1cee50a0de60f1a7bef41184198ce4524931 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      812
+#define LIBCITADEL_VERSION_NUMBER      813
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -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);