]> git.sesse.net Git - vlc/blobdiff - src/config/chain.c
config: remove leading underscores
[vlc] / src / config / chain.c
index ee94af1a975dad863b94d996e82a2e8d2136e184..a9a6fce29713eeabfdeb0e8c94f4cda504bb25e4 100644 (file)
@@ -256,8 +256,9 @@ void config_ChainDestroy( config_chain_t *p_cfg )
     }
 }
 
-void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix,
-                          const char *const *ppsz_options, config_chain_t *cfg )
+#undef config_ChainParse
+void config_ChainParse( vlc_object_t *p_this, const char *psz_prefix,
+                        const char *const *ppsz_options, config_chain_t *cfg )
 {
     if( psz_prefix == NULL ) psz_prefix = "";
     size_t plen = 1 + strlen( psz_prefix );