Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/cache Modified Files: evas_cache.h Log Message: make cache functions link properly when using c++ compiler =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/cache/evas_cache.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evas_cache.h 10 Jul 2008 16:38:54 -0000 1.1 +++ evas_cache.h 17 Jul 2008 20:42:22 -0000 1.2 @@ -103,6 +103,11 @@ }; +#ifdef __cplusplus +extern "C" { +#endif + + EAPI Evas_Cache_Image* evas_cache_image_init(const Evas_Cache_Image_Func *cb); EAPI void evas_cache_image_shutdown(Evas_Cache_Image *cache); EAPI Image_Entry* evas_cache_image_request(Evas_Cache_Image *cache, const char *file, const char *key, RGBA_Image_Loadopts *lo, int *error); @@ -148,6 +153,11 @@ EAPI Engine_Image_Entry* evas_cache_engine_image_size_set(Engine_Image_Entry *eim, int w, int h); EAPI void evas_cache_engine_image_load_data(Engine_Image_Entry *eim); + + +#ifdef __cplusplus +} +#endif #endif /* _EVAS_CACHE_H */ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs