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