summaryrefslogtreecommitdiff
path: root/XMPCore/source/XMPMeta.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPCore/source/XMPMeta.hpp')
-rw-r--r--XMPCore/source/XMPMeta.hpp21
1 files changed, 19 insertions, 2 deletions
diff --git a/XMPCore/source/XMPMeta.hpp b/XMPCore/source/XMPMeta.hpp
index 7e4d7ad..e42e33b 100644
--- a/XMPCore/source/XMPMeta.hpp
+++ b/XMPCore/source/XMPMeta.hpp
@@ -2,11 +2,11 @@
#define __XMPMeta_hpp__
// =================================================================================================
-// Copyright 2003 Adobe Systems Incorporated
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
-// of the Adobe license agreement accompanying it.
+// of the Adobe license agreement accompanying it.
// =================================================================================================
#include "public/include/XMP_Environment.h"
@@ -414,4 +414,21 @@ private:
// =================================================================================================
+void
+DumpNodeOptions(XMP_OptionBits options,
+ XMP_TextOutputProc outProc,
+ void * refCon);
+
+void
+NormalizeDCArrays(XMP_Node * xmpTree);
+
+void
+MoveExplicitAliases(XMP_Node * tree,
+ XMP_OptionBits parseOptions,
+ XMPMeta::ErrorCallbackInfo & errorCallback);
+
+void
+TouchUpDataModel(XMPMeta * xmp,
+ XMPMeta::ErrorCallbackInfo & errorCallback);
+
#endif // __XMPMeta_hpp__