changeset 18888:ab29b3c4f94e

parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
author reynaldo
date Mon, 03 Jul 2006 23:18:06 +0000
parents 24f323d637eb
children e60c8c7399d2
files mencoder.c mplayer.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Mon Jul 03 23:13:25 2006 +0000
+++ b/mencoder.c	Mon Jul 03 23:18:06 2006 +0000
@@ -302,7 +302,7 @@
     exit(level);
 }
 
-void parse_cfgfiles( m_config_t* conf )
+static void parse_cfgfiles( m_config_t* conf )
 {
   char *conffile;
   if ((conffile = get_path("mencoder.conf")) == NULL) {
--- a/mplayer.c	Mon Jul 03 23:13:25 2006 +0000
+++ b/mplayer.c	Mon Jul 03 23:18:06 2006 +0000
@@ -639,7 +639,7 @@
 
 #include "cfg-mplayer.h"
 
-void parse_cfgfiles( m_config_t* conf )
+static void parse_cfgfiles( m_config_t* conf )
 {
 char *conffile;
 int conffile_fd;