actually compile!

SVN revision: 36849
This commit is contained in:
Carsten Haitzler 2008-10-20 12:08:16 +00:00
parent 2e8d596191
commit 31727e370d
1 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,8 @@
*/
typedef struct _Eina_Mempool Eina_Mempool;
#include "eina_inline_mempool.x"
EAPI extern Eina_Error EINA_ERROR_NOT_MEMPOOL_MODULE;
EAPI int eina_mempool_init(void);
@ -47,8 +49,6 @@ EAPI void eina_mempool_statistics(Eina_Mempool *mp);
EAPI Eina_Bool eina_mempool_register(Eina_Mempool_Backend *be);
EAPI void eina_mempool_unregister(Eina_Mempool_Backend *be);
#include "eina_inline_mempool.x"
/** @} */
#endif /* EINA_MEMPOOL_H_ */