[Mplayer-cvslog] CVS: main m_option.h,1.5,1.6

Alban Bedel CVS albeu at mplayerhq.hu
Wed Apr 2 18:15:09 CEST 2003


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

Modified Files:
	m_option.h 
Log Message:
10L forgot to fix the forward declaration too.


Index: m_option.h
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- m_option.h	2 Apr 2003 16:11:15 -0000	1.5
+++ m_option.h	2 Apr 2003 16:15:06 -0000	1.6
@@ -5,7 +5,7 @@
 
 typedef struct m_option_type m_option_type_t;
 typedef struct m_option m_option_t;
-struct m_struct;
+struct m_struct_st;
 
 ///////////////////////////// Options types declarations ////////////////////////////
 



More information about the MPlayer-cvslog mailing list