annotate parser-cfg.h @ 19808:5385740067a1

* remove extern definitions of functions in .c files * create new .h files where necessary todo: * go trough other files than mplayer.c * vf_menu_pause_update() * mp_input_register_options() * import_playtree_playlist_into_gui() * import_initial_playtree_into_gui() For more infos see http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-September/045683.html ( 20060902133225.2cc82aec.attila@kinali.ch on -dev-eng )
author attila
date Tue, 12 Sep 2006 16:24:23 +0000
parents
children d88f5f82826e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19808
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
1 #ifndef _parser_cfg_h
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
2 #define _parser_cfg_h
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
3
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
4 extern int m_config_parse_config_file(m_config_t* config, char *conffile);
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
5
5385740067a1 * remove extern definitions of functions in .c files
attila
parents:
diff changeset
6 #endif