]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/stream.h
(no commit message)
[imagemagick] / MagickCore / stream.h
index 1422f42268af967b4980c9286fa8997872c247be..d5ade8a810576a918ffddda2288d99e397c69787 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.
@@ -34,10 +34,10 @@ extern MagickExport Image
 
 extern MagickExport MagickBooleanType
   OpenStream(const ImageInfo *,StreamInfo *,const char *,ExceptionInfo *),
-  WriteStream(const ImageInfo *,Image *,StreamHandler);
+  WriteStream(const ImageInfo *,Image *,StreamHandler,ExceptionInfo *);
 
 extern MagickExport StreamInfo
-  *AcquireStreamInfo(const ImageInfo *),
+  *AcquireStreamInfo(const ImageInfo *,ExceptionInfo *),
   *DestroyStreamInfo(StreamInfo *);
 
 extern MagickExport void