From 21930f0002063d835af389a5477719fef1d6ae99 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 20 May 2012 17:08:47 +0200 Subject: Update the c headers for ImageMagick 6.7.7. --- dmagick/c/cacheView.d | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dmagick/c/cacheView.d') diff --git a/dmagick/c/cacheView.d b/dmagick/c/cacheView.d index 24e1dd0..72db65b 100644 --- a/dmagick/c/cacheView.d +++ b/dmagick/c/cacheView.d @@ -103,7 +103,18 @@ extern(C) struct CacheView {} + static if ( MagickLibVersion >= 0x677 ) + { + CacheView* AcquireAuthenticCacheView(const(Image)*, ExceptionInfo*); + } + CacheView* AcquireCacheView(const(Image)*); + + static if ( MagickLibVersion >= 0x677 ) + { + CacheView* AcquireVirtualCacheView(const(Image)*, ExceptionInfo*); + } + CacheView* CloneCacheView(const(CacheView)*); CacheView* DestroyCacheView(CacheView*); -- cgit v1.2.3