[Mplayer-cvslog] CVS: main/loader module.h,NONE,1.1 module.c,1.8,1.9

Atmosfear atmos4 at mplayerhq.hu
Tue Jul 23 14:03:08 CEST 2002


Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv9274

Modified Files:
	module.c 
Added Files:
	module.h 
Log Message:
Warnings fix by Sylvain Petreolle <spetreolle at yahoo.fr>, fixed by me.


--- NEW FILE ---
#ifndef LOADER_MODULE_H
#define LOADER_MODULE_H
void CodecRelease(void);
void CodecAlloc(void);

#endif // LOADER_MODULE_H

Index: module.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/module.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- module.c	20 May 2002 03:25:25 -0000	1.8
+++ module.c	23 Jul 2002 12:02:52 -0000	1.9
@@ -27,6 +27,7 @@
 #include <wine/elfdll.h>
 #endif
 #include "win32.h"
+#include "module.h"
 //#include "driver.h"
 
 //#undef TRACE




More information about the MPlayer-cvslog mailing list