version number to 8.14 for upcoming release
[citadel.git] / libcitadel / lib / libcitadel.h
index a110baf251fd23fda95229a1c19de41baba70942..5f38ce163135c50bb9f3f59b76b62d45fa202057 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      812
+#define LIBCITADEL_VERSION_NUMBER      814
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -392,6 +392,8 @@ struct ParsedURL {
        struct sockaddr_in6 Addr;
        ParsedURL *Next;
        int IsRelay;
+       StrBuf *UsrName;
+       StrBuf *Password;
 };
 
 void FreeURL(ParsedURL** Url);