summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */