summaryrefslogtreecommitdiffstats
path: root/parser-cfg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-04 20:58:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-04 20:58:25 +0000
commit8375e840a50f149d71b568c704c878ffa6d5dc0d (patch)
tree24404bb48b94201b50deaca7e9dbfb6651dea187 /parser-cfg.h
parent3cd1f73f7043b907b4be6c501245a8279f28dc21 (diff)
downloadmpv-8375e840a50f149d71b568c704c878ffa6d5dc0d.tar.bz2
mpv-8375e840a50f149d71b568c704c878ffa6d5dc0d.tar.xz
Remove pointless extern keyword from function declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'parser-cfg.h')
-rw-r--r--parser-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-cfg.h b/parser-cfg.h
index 8b9125b8a6..f1867c52d0 100644
--- a/parser-cfg.h
+++ b/parser-cfg.h
@@ -1,6 +1,6 @@
#ifndef MPLAYER_PARSER_CFG_H
#define MPLAYER_PARSER_CFG_H
-extern int m_config_parse_config_file(m_config_t* config, char *conffile);
+int m_config_parse_config_file(m_config_t* config, char *conffile);
#endif /* MPLAYER_PARSER_CFG_H */