From 22bfca008f524a7c24f4f84052f78fb43d79f49c Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sat, 15 Oct 2016 16:38:55 +0200 Subject: Update the headers for Imagemagick 6.9.3 --- dmagick/c/token.d | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'dmagick/c/token.d') diff --git a/dmagick/c/token.d b/dmagick/c/token.d index 2b6480a..b934826 100644 --- a/dmagick/c/token.d +++ b/dmagick/c/token.d @@ -16,5 +16,13 @@ extern(C) TokenInfo* AcquireTokenInfo(); TokenInfo* DestroyTokenInfo(TokenInfo*); - void GetMagickToken(const(char)*, const(char)**, char*); + static if ( MagickLibVersion < 0x694 ) + { + void GetMagickToken(const(char)*, const(char)**, char*); + } + + static if ( MagickLibVersion >= 0x694 ) + { + void GetNextToken(const(char)*, const(char)**, const size_t, char*); + } } -- cgit v1.2.3