]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/annotate.h
(no commit message)
[imagemagick] / MagickCore / annotate.h
index 06957deef8f9f9a38ef1312d05b0c02ac93e4e8d..e42d6899901b9cc1cf003f2a9f77b282e3a99824 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.
 #ifndef _MAGICKCORE_ANNOTATE_H
 #define _MAGICKCORE_ANNOTATE_H
 
+#include "MagickCore/draw.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include "MagickCore/draw.h"
-
 extern MagickExport MagickBooleanType
-  AnnotateComponentGenesis(void),
   AnnotateImage(Image *,const DrawInfo *,ExceptionInfo *),
   GetMultilineTypeMetrics(Image *,const DrawInfo *,TypeMetric *,
     ExceptionInfo *),
@@ -35,9 +34,6 @@ extern MagickExport ssize_t
   FormatMagickCaption(Image *,DrawInfo *,const MagickBooleanType,TypeMetric *,
     char **,ExceptionInfo *);
 
-extern MagickExport void
-  AnnotateComponentTerminus(void);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif