[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
- Previous message: [Mplayer-cvslog] CVS: main parser-mecmd.c,1.4,1.5 parser-mpcmd.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux stream_file.c,NONE,1.1 stream.c,1.53,1.54 stream.h,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ////////////////////////////
- Previous message: [Mplayer-cvslog] CVS: main parser-mecmd.c,1.4,1.5 parser-mpcmd.c,1.8,1.9
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux stream_file.c,NONE,1.1 stream.c,1.53,1.54 stream.h,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list