]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
Add a us_strtof function to prevent some problem
[vlc] / include / vlc_charset.h
index ddd50df83d68828c7410815ea930f5eaadb8bb1f..cae46c778633c8be451163c1792a0f2a48dfd0ac 100644 (file)
@@ -111,6 +111,7 @@ static inline char *FromLatin1 (const char *latin)
 VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) LIBVLC_USED );
 
 VLC_EXPORT( double, us_strtod, ( const char *, char ** ) LIBVLC_USED );
+VLC_EXPORT( float, us_strtof, ( const char *, char ** ) LIBVLC_USED );
 VLC_EXPORT( double, us_atof, ( const char * ) LIBVLC_USED );
 VLC_EXPORT( int, us_asprintf, ( char **, const char *, ... ) LIBVLC_USED );