]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/xml-tree-private.h
Update web pages
[imagemagick] / MagickCore / xml-tree-private.h
index e95876b4fb9e148c6e3b28704865bea9e98dbb24..611957406498f0b6009b3555c1bd0760899907bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
 
   You may not use this file except in compliance with the License.
 #ifndef _MAGICKCORE_XML_TREE_PRIVATE_H
 #define _MAGICKCORE_XML_TREE_PRIVATE_H
 
+#include "MagickCore/exception.h"
+#include "MagickCore/splay-tree.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include <MagickCore/exception.h>
-#include <MagickCore/splay-tree.h>
-
 extern MagickPrivate char
-  *CanonicalXMLContent(const char *,const MagickBooleanType);
+  *CanonicalXMLContent(const char *,const MagickBooleanType),
+  *FileToXML(const char *,const size_t);
 
 extern MagickPrivate const char
   **GetXMLTreeProcessingInstructions(XMLTreeInfo *,const char *);