]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/magick.h
(no commit message)
[imagemagick] / MagickCore / magick.h
index cc89fd217f71af04c592bf717b2c128841c3bd69..d897347101ef2a573bc9da4888defa3cb898d316 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2013 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.
@@ -22,6 +22,9 @@
 extern "C" {
 #endif
 
+#include <stdarg.h>
+#include "MagickCore/semaphore.h"
+
 typedef enum
 {
   UndefinedFormatType,
@@ -86,6 +89,9 @@ typedef struct _MagickInfo
   MagickBooleanType
     stealth;
 
+  SemaphoreInfo
+    *semaphore;
+
   size_t
     signature;
 } MagickInfo;
@@ -114,7 +120,7 @@ extern MagickExport MagickBooleanType
   GetMagickEndianSupport(const MagickInfo *),
   GetMagickRawSupport(const MagickInfo *),
   GetMagickSeekableStream(const MagickInfo *),
-  IsMagickInstantiated(void),
+  IsMagickCoreInstantiated(void),
   UnregisterMagickInfo(const char *);
 
 extern const MagickExport MagickInfo