]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/exception.h
(no commit message)
[imagemagick] / MagickCore / exception.h
index b979323de5ae54e862755ff1cfe3fa9e7698a0c5..581c035b115d2eab2f400a0ae27d0a4c7f29a35f 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.
@@ -144,6 +144,7 @@ extern MagickExport ErrorHandler
 
 extern MagickExport ExceptionInfo
   *AcquireExceptionInfo(void),
+  *CloneExceptionInfo(ExceptionInfo *),
   *DestroyExceptionInfo(ExceptionInfo *);
 
 extern MagickExport FatalErrorHandler
@@ -152,9 +153,11 @@ extern MagickExport FatalErrorHandler
 extern MagickExport MagickBooleanType
   ThrowException(ExceptionInfo *,const ExceptionType,const char *,
     const char *),
+  ThrowMagickExceptionList(ExceptionInfo *,const char *,const char *,const size_t,
+    const ExceptionType,const char *,const char *,va_list),
   ThrowMagickException(ExceptionInfo *,const char *,const char *,const size_t,
     const ExceptionType,const char *,const char *,...)
-    magick_attribute((format (printf,7,8)));
+    magick_attribute((__format__ (__printf__,7,8)));
 
 extern MagickExport void
   CatchException(ExceptionInfo *),