summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 16:24:23 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-12 16:24:23 +0000
commit840a77bd065b5bfbe3a7abf8a9fabf47226ac24f (patch)
tree5b256e4142f3e0f48aad85ada730470b8b2b0bed /parser-mpcmd.h
parent3a548e4367173e86511f9db77810cdb97d750081 (diff)
downloadmpv-840a77bd065b5bfbe3a7abf8a9fabf47226ac24f.tar.bz2
mpv-840a77bd065b5bfbe3a7abf8a9fabf47226ac24f.tar.xz
* 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 ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19814 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'parser-mpcmd.h')
-rw-r--r--parser-mpcmd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/parser-mpcmd.h b/parser-mpcmd.h
new file mode 100644
index 0000000000..0e3f35676e
--- /dev/null
+++ b/parser-mpcmd.h
@@ -0,0 +1,6 @@
+#ifndef _parser_mpcmd_h
+#define _parser_mpcmd_h
+
+extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
+
+#endif