Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_main.c 


Log Message:


more meaty api...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- embryo_main.c       26 Mar 2004 04:12:36 -0000      1.5
+++ embryo_main.c       29 Mar 2004 11:58:56 -0000      1.6
@@ -213,6 +213,7 @@
    char *file = NULL;
    char *func = NULL;
 
+   embryo_init();
    for (i = 1; i < argc; i++)
      {
        if (argv[i][0] != '-')
@@ -304,5 +305,6 @@
      }
    printf("Program returned %i\n", (int)embryo_program_return_value_get(ep));
    embryo_program_free(ep);
+   embryo_shutdown();
    return 0;
 }




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to