Skip to content

Commit

Permalink
vlc_charset: add VLC_ICONV_ERR
Browse files Browse the repository at this point in the history
  • Loading branch information
fcartegnie committed Jan 24, 2016
1 parent 0e681aa commit 8aef60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vlc_charset.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static inline char *EnsureUTF8(char *str)
}

/* iconv wrappers (defined in src/extras/libc.c) */
#define VLC_ICONV_ERR ((size_t) -1)
typedef void *vlc_iconv_t;
VLC_API vlc_iconv_t vlc_iconv_open( const char *, const char * ) VLC_USED;
VLC_API size_t vlc_iconv( vlc_iconv_t, const char **, size_t *, char **, size_t * ) VLC_USED;
Expand Down

0 comments on commit 8aef60e

Please sign in to comment.