Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/include


Modified Files:
        eina_stringshare.h 


Log Message:
Fix eina_stringshare_shutdown to return value like all eine shutdown funtion.
Cleanup hash function call.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/eina_stringshare.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eina_stringshare.h  30 Jul 2008 14:42:37 -0000      1.2
+++ eina_stringshare.h  6 Aug 2008 15:49:50 -0000       1.3
@@ -9,7 +9,7 @@
  */
 
 EAPI int eina_stringshare_init(void);
-EAPI void eina_stringshare_shutdown(void);
+EAPI int eina_stringshare_shutdown(void);
 EAPI const char *eina_stringshare_add(const char *str);
 EAPI void eina_stringshare_del(const char *str);
 



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