Changeset 3 for ImageMagick/trunk/magick/cache-private.h
- Timestamp:
- 09/07/09 14:45:48 (6 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/magick/cache-private.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/magick/cache-private.h
r1 r3 193 193 ReferencePixelCache(Cache); 194 194 195 extern MagickExport CacheType 196 GetPixelCacheType(const Image *); 197 195 198 extern MagickExport ClassType 196 199 GetPixelCacheStorageClass(const Cache); … … 230 233 extern MagickExport void 231 234 ClonePixelCacheMethods(Cache,const Cache), 235 GetPixelCacheTileSize(const Image *,unsigned long *,unsigned long *), 232 236 GetPixelCacheMethods(CacheMethods *), 233 237 SetPixelCacheMethods(Cache,CacheMethods *);
