From: Wilfried Göesgens Date: Sat, 10 Oct 2009 21:08:19 +0000 (+0000) Subject: * add missing forward declaration for mimestring composal X-Git-Tag: v7.86~781 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8010798406dbddae42dd371709b83ef59fe60f2d;p=citadel.git * add missing forward declaration for mimestring composal --- diff --git a/webcit/webcit.h b/webcit/webcit.h index 497a1555b..422ecb202 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -605,6 +605,7 @@ void display_advanced_menu(void); void slrp_highest(void); ServInfo *get_serv_info(StrBuf *, StrBuf *); void RegisterEmbeddableMimeType(const char *MimeType, long MTLen, int Priority); +void CreateMimeStr(void); int GetConnected(void); void DeleteServInfo(ServInfo **FreeMe); int uds_connectsock(char *);