Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/include


Modified Files:
        eina_stringshare.h 


Log Message:
- add init() and shutdown() functions
- add doxy

===================================================================
RCS file: /cvs/e/e17/proto/eina/src/include/eina_stringshare.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- eina_stringshare.h  30 Jul 2008 13:05:13 -0000      1.1
+++ eina_stringshare.h  30 Jul 2008 14:42:37 -0000      1.2
@@ -8,8 +8,8 @@
  * @{
  */
 
-typedef struct _Eina_Stringshare             Eina_Stringshare;
-
+EAPI int eina_stringshare_init(void);
+EAPI void 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