commit | db070957cf6bf959df9283a482377e8854c3d4d2 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Apr 20 14:33:00 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Apr 20 14:33:00 2012 +0000 |
tree | 63b86ddb60e1253f3e722a800a309b7972158a8f | |
parent | b1e21ed484f85de934d438df678d9d8ca3b4c7b5 [diff] [blame] |
diff --git a/MagickCore/cache-view.h b/MagickCore/cache-view.h index dd4e6ba..3d787c8 100644 --- a/MagickCore/cache-view.h +++ b/MagickCore/cache-view.h
@@ -49,7 +49,8 @@ CacheView; extern MagickExport CacheView - *AcquireCacheView(const Image *), + *AcquireAuthenticCacheView(const Image *,ExceptionInfo *), + *AcquireVirtualCacheView(const Image *,ExceptionInfo *), *CloneCacheView(const CacheView *), *DestroyCacheView(CacheView *);