]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/profile.h
(no commit message)
[imagemagick] / MagickCore / profile.h
index d7a80517460b95222e29ec63b5a3ed08c5146c9f..982f3907ab4e8a9a77d9ab5aa46a2763069f0799 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -25,19 +25,7 @@ extern "C" {
 #include "MagickCore/string_.h"
 
 typedef struct _ProfileInfo
-{
-  char
-    *name;
-
-  size_t
-    length;
-
-  unsigned char
-    *info;
-
-  size_t
-    signature;
-} ProfileInfo;
+  ProfileInfo;
 
 typedef enum
 {
@@ -57,9 +45,8 @@ extern MagickExport const StringInfo
 extern MagickExport MagickBooleanType
   CloneImageProfiles(Image *,const Image *),
   DeleteImageProfile(Image *,const char *),
-  ProfileImage(Image *,const char *,const void *,const size_t,
-    const MagickBooleanType),
-  SetImageProfile(Image *,const char *,const StringInfo *);
+  ProfileImage(Image *,const char *,const void *,const size_t,ExceptionInfo *),
+  SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
 
 extern MagickExport StringInfo
   *RemoveImageProfile(Image *,const char *);