diff options
| author | Mike Wey | 2012-05-20 17:08:47 +0200 |
|---|---|---|
| committer | Mike Wey | 2012-05-20 17:08:47 +0200 |
| commit | 21930f0002063d835af389a5477719fef1d6ae99 (patch) | |
| tree | 0ca22c48ebe4b3e33bb45d4c8e7a37c8e8167845 /dmagick/c/cacheView.d | |
| parent | 60506cb210f51423ece9f2504b7e752d70396ffa (diff) | |
Update the c headers for ImageMagick 6.7.7.ImageMagick_6.7.7
Diffstat (limited to 'dmagick/c/cacheView.d')
| -rw-r--r-- | dmagick/c/cacheView.d | 11 |
1 files changed, 11 insertions, 0 deletions
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*); |
