]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 12 May 2010 16:31:45 +0000 (16:31 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 12 May 2010 16:31:45 +0000 (16:31 +0000)
magick/splay-tree.h

index 64fa7f3211c569ea280d9dac73f85beb76059655..ec4fa54eb472f696c34cd7d29a8d5155fd090283 100644 (file)
@@ -31,6 +31,8 @@ extern MagickExport MagickBooleanType
   DeleteNodeFromSplayTree(SplayTreeInfo *,const void *);
 
 extern MagickExport const void
+  *GetNextKeyInSplayTree(SplayTreeInfo *),
+  *GetNextValueInSplayTree(SplayTreeInfo *),
   *GetValueFromSplayTree(SplayTreeInfo *,const void *);
 
 extern MagickExport int
@@ -47,8 +49,6 @@ extern MagickExport unsigned long
   GetNumberOfNodesInSplayTree(const SplayTreeInfo *);
 
 extern MagickExport void
-  *GetNextKeyInSplayTree(SplayTreeInfo *),
-  *GetNextValueInSplayTree(SplayTreeInfo *),
   *RemoveNodeByValueFromSplayTree(SplayTreeInfo *,const void *),
   *RemoveNodeFromSplayTree(SplayTreeInfo *,const void *),
   ResetSplayTree(SplayTreeInfo *),