summaryrefslogtreecommitdiff
path: root/source/XMPFiles/XMPFiles.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/XMPFiles/XMPFiles.hpp')
-rw-r--r--source/XMPFiles/XMPFiles.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/XMPFiles/XMPFiles.hpp b/source/XMPFiles/XMPFiles.hpp
index 36c55f1..b76de70 100644
--- a/source/XMPFiles/XMPFiles.hpp
+++ b/source/XMPFiles/XMPFiles.hpp
@@ -173,6 +173,9 @@ public:
static bool GetFormatInfo ( XMP_FileFormat format,
XMP_OptionBits * flags = 0 );
+ static XMP_FileFormat CheckFileFormat ( XMP_StringPtr filePath );
+ static XMP_FileFormat CheckPackageFormat ( XMP_StringPtr folderPath );
+
bool OpenFile ( XMP_StringPtr filePath,
XMP_FileFormat format = kXMP_UnknownFile,
XMP_OptionBits openFlags = 0 );