10L forgot to fix the forward declaration too.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9794 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-04-02 16:15:06 +00:00
parent c193b910c0
commit e2d93b4aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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 ////////////////////////////