Mercurial > mplayer.hg
comparison mplayer.c @ 30533:e3e329bc727a
Avoid forward declarations for import_initial_playtree_into_gui() and
import_playtree_playlist_into_gui; declare them in interface.h instead.
author | diego |
---|---|
date | Sun, 14 Feb 2010 13:49:31 +0000 |
parents | 18b9a39a5bac |
children | bf9ec7f73c86 |
comparison
equal
deleted
inserted
replaced
30532:18b9a39a5bac | 30533:e3e329bc727a |
---|---|
126 //**************************************************************************// | 126 //**************************************************************************// |
127 // Playtree | 127 // Playtree |
128 //**************************************************************************// | 128 //**************************************************************************// |
129 #include "playtree.h" | 129 #include "playtree.h" |
130 #include "playtreeparser.h" | 130 #include "playtreeparser.h" |
131 | |
132 int import_playtree_playlist_into_gui(play_tree_t* my_playtree, m_config_t* config); | |
133 int import_initial_playtree_into_gui(play_tree_t* my_playtree, m_config_t* config, int enqueue); | |
134 | 131 |
135 //**************************************************************************// | 132 //**************************************************************************// |
136 // Config | 133 // Config |
137 //**************************************************************************// | 134 //**************************************************************************// |
138 #include "parser-cfg.h" | 135 #include "parser-cfg.h" |