html_to_ascii() moved into libcitadel
[citadel.git] / libcitadel / lib / libcitadel.h
index 5d80409505835388f0c31fe0785e8a891cb999d1..83f69be4c85d5bd58a74507c6090ede16861d155 100644 (file)
@@ -10,7 +10,7 @@
  */
 #include <time.h>
 #include <stdlib.h>
-#define LIBCITADEL_VERSION_NUMBER      106
+#define LIBCITADEL_VERSION_NUMBER      107
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -221,6 +221,7 @@ char *rfc2047encode(char *line, long length);
 int is_msg_in_mset(char *mset, long msgnum);
 int pattern2(char *search, char *patn);
 void stripltlen(char *, int *);
+char *html_to_ascii(char *inputmsg, int msglen, int screenwidth, int do_citaformat);