X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=a5adb52fd4b89687d843980bbcb4c333580f3297;hp=c7b7d15eb8671ca6dea8170775e2be61820ea767;hb=954e5749b5e0102f8598fcc19fc10267f31a6cda;hpb=dfdf0c6bc52d833f7fb0daaf9e33e4dab43ab8da diff --git a/webcit/webcit.h b/webcit/webcit.h index c7b7d15eb..a5adb52fd 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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);