X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=eababbed8c2eb5ca8c0466e5eb13a4828e68aa6f;hb=928e2b479b20b370fd8d4ee1fa1596d40798b494;hp=bfad3dcaeeae2ede8c3c82421b3f852ff98cef46;hpb=87a8f096f034168055f8c8e436784091e8030024;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index bfad3dcae..eababbed8 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -679,6 +679,10 @@ void end_tab(int tabnum, int num_tabs); void str_wiki_index(char *s); void display_wiki_page(void); +#ifdef HAVE_ICONV +iconv_t ctdl_iconv_open(const char *tocode, const char *fromcode); +#endif + void embed_room_banner(char *, int); /* navbar types that can be passed to embed_room_banner */