]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/token.h
(no commit message)
[imagemagick] / MagickCore / token.h
index 2e5ef350ed62f90873b0acfca91094c9d3dd360b..c27829513ff03d77a8ed519bbca0336835877b06 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.
@@ -33,8 +33,10 @@ extern MagickExport int
     const char *,const char *,const char *,const char,char *,int *,char *);
 
 extern MagickExport MagickBooleanType
-  GlobExpression(const char *,const char *,const MagickBooleanType),
-  IsGlob(const char *);
+  GlobExpression(const char *,const char *,const MagickBooleanType);
+
+/* Depreciated Function equivelent */
+/* #define IsMagickTrue(v)   IsStringTrue(v) */
 
 extern MagickExport TokenInfo
   *AcquireTokenInfo(void),