Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src


Modified Files:
        plugin.c plugin.h 


Log Message:
Plugin fixes
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/plugin.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- plugin.c    23 Oct 2003 19:35:56 -0000      1.2
+++ plugin.c    30 Nov 2003 15:37:40 -0000      1.3
@@ -89,6 +89,8 @@
                return NULL;
        }
 
+       p->debug = debug;
+
        /* now call the init function */
        if (!(*init)(p)) {
                plugin_free(p);
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/plugin.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- plugin.h    30 Nov 2003 08:42:14 -0000      1.4
+++ plugin.h    30 Nov 2003 15:37:40 -0000      1.5
@@ -21,6 +21,8 @@
 typedef struct {
        void *handle;
 
+       void (*debug)(DebugLevel level, const char *fmt, ...);
+
        void (*shutdown)();
 
        int (*open)(const char *file);
@@ -40,6 +42,8 @@
 typedef struct {
        void *handle;
        
+       void (*debug)(DebugLevel level, const char *fmt, ...);
+
        void (*shutdown)();
 
        /* playback */




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to