src/lib/image.h
changeset 6 766df7c9b90d
parent 1 f3cde3db1fef
child 7 997906f5fd2d
equal deleted inserted replaced
5:4b440fa03183 6:766df7c9b90d
    17     
    17     
    18     /** Cache object */
    18     /** Cache object */
    19     struct pt_cache *cache;
    19     struct pt_cache *cache;
    20 };
    20 };
    21 
    21 
    22 /**
       
    23  * Release the given pt_image without any clean shutdown
       
    24  */
       
    25 void pt_image_destroy (struct pt_image *image);
       
    26 
       
    27 
    22 
    28 #endif
    23 #endif