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

Unexport filename_sanitize()

parent 69200883
......@@ -134,7 +134,7 @@ static inline char *str_format( input_thread_t *input, const char *fmt )
return s2;
}
VLC_API void filename_sanitize( char * );
void filename_sanitize(char *);
VLC_API void path_sanitize( char * );
/**
......
......@@ -109,7 +109,6 @@ es_format_Copy
es_format_Init
es_format_InitFromVideo
es_format_IsSimilar
filename_sanitize
filter_Blend
filter_chain_AppendFilter
filter_chain_AppendFromString
......
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