]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/exception.h
(no commit message)
[imagemagick] / MagickCore / exception.h
index 581c035b115d2eab2f400a0ae27d0a4c7f29a35f..a1b1b5a3758f09b22f453a05f9ecb994cc561da6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 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_EXCEPTION_H
 #define _MAGICKCORE_EXCEPTION_H
 
+#include "MagickCore/semaphore.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include <stdarg.h>
-#include "MagickCore/semaphore.h"
-
 typedef enum
 {
   UndefinedException,
@@ -153,8 +152,8 @@ 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),
+  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)));