utf8ify_rfc822_string() is in libcitadel now
[citadel.git] / webcit / webcit.h
index c7b7d15eb8671ca6dea8170775e2be61820ea767..a5adb52fd4b89687d843980bbcb4c333580f3297 100644 (file)
@@ -621,7 +621,7 @@ void TmplGettext(StrBuf *Target, WCTemplputParams *TP); /* actual supported loca
 void set_selected_language(const char *);
 void go_selected_language(void);
 const char *get_selected_language(void);
-void utf8ify_rfc822_string(char **buf);
+// void utf8ify_rfc822_string(char **buf); this is in libcitadel now
 void begin_burst(void);
 long end_burst(void);
 void AppendImportantMessage(const char *pch, long len);