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

Missing export

parent 7ede571c
...@@ -53,7 +53,7 @@ VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * ) ...@@ -53,7 +53,7 @@ VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * )
extern double i18n_strtod( const char *, char ** ); extern double i18n_strtod( const char *, char ** );
extern double i18n_atof( const char * ); extern double i18n_atof( const char * );
extern double us_strtod( const char *, char ** ); extern double us_strtod( const char *, char ** );
extern double us_atof( const char * ); VLC_EXPORT( double, us_atof, ( const char * ) );
# ifdef __cplusplus # ifdef __cplusplus
} }
......
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