Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:
consistent init/shutdown system
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- Evas.h      27 Apr 2004 08:31:27 -0000      1.28
+++ Evas.h      7 Jul 2004 19:24:49 -0000       1.29
@@ -277,7 +277,8 @@
    
    int               evas_alloc_error                  (void);
 
-   void              evas_shutdown                     (void);
+   int               evas_init                         (void);
+   int               evas_shutdown                     (void);
        
    Evas             *evas_new                          (void);
    void              evas_free                         (Evas *e);




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to