diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/xmllexer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine/xmllexer.h b/include/xine/xmllexer.h index 2cec3d856..e93cb69ff 100644 --- a/include/xine/xmllexer.h +++ b/include/xine/xmllexer.h @@ -53,7 +53,8 @@ /* public functions */ void lexer_init(const char * buf, int size) XINE_PROTECTED; -int lexer_get_token(char ** tok, int * tok_size) XINE_PROTECTED; +int lexer_get_token_d(char ** tok, int * tok_size, int fixed) XINE_PROTECTED; +int lexer_get_token(char * tok, int tok_size) XINE_PROTECTED; char *lexer_decode_entities (const char *tok) XINE_PROTECTED; #endif |