]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.c
utf8ify_rfc822_string() is in libcitadel now
[citadel.git] / libcitadel / lib / libcitadel.c
index 1165d4d7292d86c88d6451e7c0c902f25957f6b6..bc88219ff0b0966e266e051ceea4d23ae41f8a1c 100644 (file)
@@ -1,5 +1,10 @@
 /*
  * Main stuff for libcitadel
+ *
+ * Copyright (c) 1987-2013 by the citadel.org team
+ *
+// This program is open source software.  Use, duplication, or disclosure
+// is subject to the terms of the GNU General Public License, version 3.
  */
 
 #include <stdlib.h>
@@ -30,8 +35,9 @@ ConstStr RoomNetCfgStrs[maxRoomNetCfg] = {
 
 
 
+extern int EnableSplice;
+extern int ZLibCompressionRatio;
 
-extern int BaseStrBufSize;
 char *libcitadel_version_string(void) {
        return "libcitadel(unnumbered)";
 }
@@ -40,11 +46,6 @@ int libcitadel_version_number(void) {
        return LIBCITADEL_VERSION_NUMBER;
 }
 
-void StartLibCitadel(size_t basesize)
-{
-       BaseStrBufSize = basesize;
-}
-
 void ShutDownLibCitadel(void)
 {
        ShutDownLibCitadelMime();