Changeset 0b3174ed6e6940bc628544e7effed4ff90f5a7fa
- Timestamp:
- 24/05/08 09:56:20
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211615780 +0300
- git-parent:
[7d1d75f350f043298c46c90fd7e2ff29684387b5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211615780 +0300
- Message:
vlc_current_charset: declare internally
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7d1d75f |
r0b3174e |
|
| 77 | 77 | #endif |
|---|
| 78 | 78 | |
|---|
| 79 | | VLC_INTERNAL( bool, vlc_current_charset, ( char ** ) ); |
|---|
| 80 | | |
|---|
| 81 | 79 | VLC_EXPORT( const char *, GetFallbackEncoding, ( void ) ); |
|---|
| 82 | 80 | |
|---|
| r7d1d75f |
r0b3174e |
|
| 113 | 113 | */ |
|---|
| 114 | 114 | char *vlc_fix_readdir (const char *); |
|---|
| | 115 | bool vlc_current_charset (char **); |
|---|
| 115 | 116 | |
|---|
| 116 | 117 | /* |
|---|