Release version 979 generated by do-release.sh
[citadel.git] / libcitadel / lib / libcitadel.h
index d9595f5082d7b08651531c7953aa48811412b29f..20300458fb14f1dd3eb01b25108295e0cb770771 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER 974
+#define LIBCITADEL_VERSION_NUMBER 979
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -430,7 +430,6 @@ void CtdlMakeTempFileName(char *name, int len);
 char *rfc2047encode(const char *line, long length);
 int is_msg_in_mset(const char *mset, long msgnum);
 int pattern2(char *search, char *patn);
-void string_trimlen(char *, int *);
 char *html_to_ascii(const char *inputmsg, int msglen, int screenwidth, int ansi);
 void LoadEntityList(char *FileName);
 void utf8ify_rfc822_string(char *buf);