Show
Ignore:
Timestamp:
09/07/09 14:45:48 (6 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/cache-private.h

    r1 r3  
    193193  ReferencePixelCache(Cache); 
    194194 
     195extern MagickExport CacheType 
     196  GetPixelCacheType(const Image *); 
     197 
    195198extern MagickExport ClassType 
    196199  GetPixelCacheStorageClass(const Cache); 
     
    230233extern MagickExport void 
    231234  ClonePixelCacheMethods(Cache,const Cache), 
     235  GetPixelCacheTileSize(const Image *,unsigned long *,unsigned long *), 
    232236  GetPixelCacheMethods(CacheMethods *), 
    233237  SetPixelCacheMethods(Cache,CacheMethods *);