]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/resource-private.h
(no commit message)
[imagemagick] / MagickCore / resource-private.h
index be042c34493859834ca1b75756ea812cb408430d..af0807aa6cbf02802361ebccb109d14009be43a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 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.
 extern "C" {
 #endif
 
+extern MagickPrivate MagickBooleanType
+  ResourceComponentGenesis(void);
+
 extern MagickPrivate void
-  AsynchronousResourceComponentTerminus(void);
+  AsynchronousResourceComponentTerminus(void),
+  ResourceComponentTerminus(void);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }