From: cristy Date: Wed, 12 May 2010 16:31:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a0f750b82296cf6611561ae20b74fcf4700f528;p=imagemagick --- diff --git a/magick/splay-tree.h b/magick/splay-tree.h index 64fa7f321..ec4fa54eb 100644 --- a/magick/splay-tree.h +++ b/magick/splay-tree.h @@ -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 *),