* shutdown libcitadel and xdgmime properly
[citadel.git] / libcitadel / lib / mime_parser.c
index 1505a492ac1a8000d24df8980d67c206b33d8213..026d0555009cd76d66865dd327b484274091f6c5 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "xdgmime/xdgmime.h"
 #include "libcitadel.h"
+#include "libcitadellocal.h"
 
 void extract_key(char *target, char *source, char *key)
 {
@@ -891,7 +892,7 @@ const char *GetIconFilename(char *MimeType, size_t len)
        return Icon->FileName;
 }
 
-void ShutDownLibCitadel(void)
+void ShutDownLibCitadelMime(void)
 {
        DeleteHash(&IconHash);
 }