Add missing prototype for _evas_cache_image_entry_delete because it was

being used before the function was defined.


SVN revision: 34516
This commit is contained in:
Christopher Michael 2008-05-09 19:04:49 +00:00
parent d31b0db3ca
commit 355b22f3a7
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
Var = NULL; \
}
static void _evas_cache_image_entry_delete(Evas_Cache_Image *cache, Image_Entry *ie);
static void
_evas_cache_image_make_dirty(Evas_Cache_Image *cache,
Image_Entry *im)