Commit de534450 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix linking

parent a4bc2c0d
......@@ -1043,7 +1043,7 @@ int __var_TriggerCallback( vlc_object_t *p_this, const char *psz_name )
* \param psz_option the option to parse
* \return nothing
*/
void __var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
void var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
{
char *psz_name, *psz_value = strchr( psz_option, '=' );
int i_name_len, i_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment