Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/include


Modified Files:
        eina_error.h 


Log Message:
Fix error get/set.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/eina_error.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eina_error.h        30 Jul 2008 13:35:49 -0000      1.2
+++ eina_error.h        1 Aug 2008 14:26:13 -0000       1.3
@@ -27,6 +27,8 @@
 EAPI int eina_error_init(void);
 EAPI int eina_error_shutdown(void);
 EAPI int eina_error_register(const char *msg);
+EAPI int eina_error_get(void);
+EAPI void eina_error_set(int err);
 EAPI const char * eina_error_msg_get(int error);
 EAPI void eina_error_print(Eina_Error_Level level, const char *file,
                const char *function, int line, const char *fmt, ...);



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