git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3200866
)
Oups, forgot this file
author
Rémi Denis-Courmont
<rem@videolan.org>
Tue, 21 Feb 2006 12:14:27 +0000
(12:14 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Tue, 21 Feb 2006 12:14:27 +0000
(12:14 +0000)
include/charset.h
patch
|
blob
|
history
diff --git
a/include/charset.h
b/include/charset.h
index
e100545
..
f8cdd73
100644
(file)
--- a/
include/charset.h
+++ b/
include/charset.h
@@
-41,6
+41,10
@@
VLC_EXPORT( int, utf8_stat, ( const char *filename, void *buf ) );
VLC_EXPORT( int, utf8_lstat, ( const char *filename, void *buf ) );
VLC_EXPORT( int, utf8_mkdir, ( const char *filename ) );
+#ifndef __PLUGIN__
+int utf8_fprintf( FILE *, const char *, ... );
+#endif
+
VLC_EXPORT( char *, EnsureUTF8, ( char * ) );
VLC_EXPORT( char *, FromUTF32, ( const wchar_t * ) );
VLC_EXPORT( char *, __vlc_fix_readdir_charset, ( vlc_object_t *, const char * ) );