diff options
Diffstat (limited to 'dmagick/c/splayTree.d')
| -rw-r--r-- | dmagick/c/splayTree.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmagick/c/splayTree.d b/dmagick/c/splayTree.d index 77c8489..69451bd 100644 --- a/dmagick/c/splayTree.d +++ b/dmagick/c/splayTree.d @@ -10,9 +10,9 @@ extern(C) MagickBooleanType DeleteNodeByValueFromSplayTree(SplayTreeInfo*, const void*); MagickBooleanType DeleteNodeFromSplayTree(SplayTreeInfo*, const void*); - const(void*) GetNextKeyInSplayTree(SplayTreeInfo*); - const(void*) GetNextValueInSplayTree(SplayTreeInfo*); - const(void*) GetValueFromSplayTree(SplayTreeInfo*, const void*); + const(void)* GetNextKeyInSplayTree(SplayTreeInfo*); + const(void)* GetNextValueInSplayTree(SplayTreeInfo*); + const(void)* GetValueFromSplayTree(SplayTreeInfo*, const void*); int CompareSplayTreeString(const void*, const void*); int CompareSplayTreeStringInfo(const void*, const void*); |
