]> git.sesse.net Git - vlc/blobdiff - include/vlc_charset.h
Added a utf8_mkstemp implementation.
[vlc] / include / vlc_charset.h
index 69bdc178824914445eb9934aa13807060dbf4276..5d3a1b5c93c67c407eef22c1eab2ba3dcea9a163 100644 (file)
@@ -60,6 +60,8 @@ VLC_EXPORT( int, utf8_lstat, ( const char *filename, struct stat *buf ) );
 VLC_EXPORT( int, utf8_vfprintf, ( FILE *stream, const char *fmt, va_list ap ) );
 VLC_EXPORT( int, utf8_fprintf, ( FILE *, const char *, ... ) LIBVLC_FORMAT( 2, 3 ) );
 
+VLC_EXPORT( int, utf8_mkstemp, ( char * ) );
+
 VLC_EXPORT( char *, EnsureUTF8, ( char * ) );
 VLC_EXPORT( const char *, IsUTF8, ( const char * ) LIBVLC_USED );