declare buddy init/shutdown functions it this

mempool is statically linked


SVN revision: 47484
This commit is contained in:
Vincent Torri 2010-03-26 07:47:11 +00:00
parent e9552821a1
commit 762313eff2
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ Eina_Bool fixed_bitmap_init(void);
void fixed_bitmap_shutdown(void);
#endif
#ifdef EINA_STATIC_BUILD_BUDDY
Eina_Bool buddy_init(void);
void buddy_shutdown(void);
#endif
/**
* @endcond
*/