]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/segment.h
(no commit message)
[imagemagick] / MagickCore / segment.h
index 06314daf97e983d96b2affeaf14f699906783ef2..886f6b59f12ed9c219b3181b435473ad9996de6d 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.
@@ -26,7 +26,7 @@ extern MagickExport MagickBooleanType
   GetImageDynamicThreshold(const Image *,const double,const double,
     PixelInfo *,ExceptionInfo *),
   SegmentImage(Image *,const ColorspaceType,const MagickBooleanType,
-    const double,const double);
+    const double,const double,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }