]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Fixed a couple of memory leaks detected by Valgrind.
[citadel.git] / webcit / webcit.h
index bfad3dcaeeae2ede8c3c82421b3f852ff98cef46..0bc43474bdaa8d72565c6cb003cc8e325ff0686f 100644 (file)
@@ -612,6 +612,7 @@ int load_msg_ptrs(char *servcmd, int with_headers);
 void CtdlEncodeBase64(char *dest, const char *source, size_t sourcelen);
 int CtdlDecodeBase64(char *dest, const char *source, size_t length);
 void free_attachments(struct wcsession *sess);
+void free_march_list(struct wcsession *wcf);
 void set_room_policy(void);
 void display_inetconf(void);
 void save_inetconf(void);
@@ -679,6 +680,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 */