diff --git a/MagickCore/cache-view.h b/MagickCore/cache-view.h index 3d787c8..4f325e7 100644 --- a/MagickCore/cache-view.h +++ b/MagickCore/cache-view.h
@@ -60,6 +60,9 @@ extern MagickExport ColorspaceType GetCacheViewColorspace(const CacheView *); +extern MagickExport const Image + *GetCacheViewImage(const CacheView *); + extern MagickExport const Quantum *GetCacheViewVirtualPixels(const CacheView *,const ssize_t,const ssize_t, const size_t,const size_t,ExceptionInfo *) magick_hot_spot,