* add missing forward declaration for mimestring composal
authorWilfried Göesgens <willi@citadel.org>
Sat, 10 Oct 2009 21:08:19 +0000 (21:08 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 10 Oct 2009 21:08:19 +0000 (21:08 +0000)
webcit/webcit.h

index 497a1555b26aa21a53d81b6546747d0105116f8e..422ecb2027b707a30fec7f9094b0b10cf8b4fa32 100644 (file)
@@ -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 *);