]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/token.h
(no commit message)
[imagemagick] / MagickCore / token.h
index 306cd9749cafb2ab50462914486659062a5a725b..b2d611e9e95c376f877ba507fd0d365fdb2bb22a 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.
@@ -35,6 +35,9 @@ extern MagickExport int
 extern MagickExport MagickBooleanType
   GlobExpression(const char *,const char *,const MagickBooleanType);
 
+/* Depreciated Function equivelent */
+/* #define IsMagickTrue(v)   IsStringTrue(v) */
+
 extern MagickExport TokenInfo
   *AcquireTokenInfo(void),
   *DestroyTokenInfo(TokenInfo *);