]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 23 Sep 2010 01:09:58 +0000 (01:09 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 23 Sep 2010 01:09:58 +0000 (01:09 +0000)
magick/annotate.h

index 93a4e14f8425d6e92b5367cd09ae026ba09c6091..458411668b2ac59af911be395557dc92d40ff800 100644 (file)
@@ -30,7 +30,8 @@ extern MagickExport MagickBooleanType
   GetTypeMetrics(Image *,const DrawInfo *,TypeMetric *);
 
 extern MagickExport ssize_t
-  FormatMagickCaption(Image *,DrawInfo *,TypeMetric *,char **);
+  FormatMagickCaption(Image *,DrawInfo *,const MagickBooleanType,TypeMetric *,
+    char **);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }