diff Core/Enumerations.h @ 1146:200fcac0deb4

optimization for access to attachments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 14:04:48 +0200
parents 67c3c1e4a6e0
children f5b0207967bc
line wrap: on
line diff
--- a/Core/Enumerations.h	Thu Sep 11 13:06:16 2014 +0200
+++ b/Core/Enumerations.h	Thu Sep 11 14:04:48 2014 +0200
@@ -308,4 +308,6 @@
 
   bool GetDicomEncoding(Encoding& encoding,
                         const char* specificCharacterSet);
+
+  const char* GetMimeType(FileContentType type);
 }