]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
URL-Handling: bugfixes
[citadel.git] / libcitadel / lib / libcitadel.h
index f718536bc8063eef564825085cd253c732edcfc8..a110baf251fd23fda95229a1c19de41baba70942 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      811
+#define LIBCITADEL_VERSION_NUMBER      812
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -391,6 +391,7 @@ struct ParsedURL {
        struct hostent *HEnt;
        struct sockaddr_in6 Addr;
        ParsedURL *Next;
+       int IsRelay;
 };
 
 void FreeURL(ParsedURL** Url);