]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/fx-private.h
(no commit message)
[imagemagick] / MagickCore / fx-private.h
index 41c77f4a0e932ca2045fd3870380d726b0c3cf81..a11e276de4e6ca3b18ecbf37e3fa20df9c9ba5db 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.
@@ -26,13 +26,13 @@ typedef struct _FxInfo
   FxInfo;
 
 extern MagickPrivate FxInfo
-  *AcquireFxInfo(const Image *,const char *),
+  *AcquireFxInfo(const Image *,const char *,ExceptionInfo *),
   *DestroyFxInfo(FxInfo *);
 
 extern MagickPrivate MagickBooleanType
-  FxEvaluateExpression(FxInfo *,MagickRealType *,ExceptionInfo *),
+  FxEvaluateExpression(FxInfo *,double *,ExceptionInfo *),
   FxEvaluateChannelExpression(FxInfo *,const PixelChannel,const ssize_t,
-   const ssize_t,MagickRealType *,ExceptionInfo *);
+   const ssize_t,double *,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }