Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/include


Modified Files:
        Eina.h 


Log Message:
Add global init/shutdown API to Eina. Include eina_counter header.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/Eina.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Eina.h      31 Jul 2008 15:08:19 -0000      1.3
+++ Eina.h      6 Aug 2008 15:37:29 -0000       1.4
@@ -28,6 +28,10 @@
 #include "eina_array.h"
 #include "eina_stringshare.h"
 #include "eina_magic.h"
+#include "eina_counter.h"
+
+EAPI int eina_init(void);
+EAPI int eina_shutdown(void);
 
 #ifdef __cplusplus
 }



-------------------------------------------------------------------------
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

Reply via email to