Release version 932 generated by do-release.sh
[citadel.git] / libcitadel / lib / libcitadel.h
index 7740dc190215815d72a4d271b892801c95548f9a..955918b94db4dec52b03f0217ee4f707d7f6ddeb 100644 (file)
@@ -26,7 +26,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      931
+#define LIBCITADEL_VERSION_NUMBER 932
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -120,7 +120,6 @@ extern const char *StrBufNOTNULL;
 
 char *libcitadel_version_string(void);
 int libcitadel_version_number(void);
-void StartLibCitadel(size_t basesize);
 void ShutDownLibCitadel(void);
 
 /*