diff --git a/magick/annotate.h b/magick/annotate.h
index 65356ac..93a4e14 100644
--- a/magick/annotate.h
+++ b/magick/annotate.h
@@ -24,14 +24,14 @@
 
 #include "magick/draw.h"
 
-extern MagickExport ssize_t
-  FormatMagickCaption(Image *,DrawInfo *,TypeMetric *,char **);
-
 extern MagickExport MagickBooleanType
   AnnotateImage(Image *,const DrawInfo *),
   GetMultilineTypeMetrics(Image *,const DrawInfo *,TypeMetric *),
   GetTypeMetrics(Image *,const DrawInfo *,TypeMetric *);
 
+extern MagickExport ssize_t
+  FormatMagickCaption(Image *,DrawInfo *,TypeMetric *,char **);
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif