summaryrefslogtreecommitdiff
path: root/src/xine-utils/xmllexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/xmllexer.h')
-rw-r--r--src/xine-utils/xmllexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/xmllexer.h b/src/xine-utils/xmllexer.h
index 1e646f9b5..bf9948d2d 100644
--- a/src/xine-utils/xmllexer.h
+++ b/src/xine-utils/xmllexer.h
@@ -51,7 +51,7 @@
/* 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(char ** tok, int * tok_size) XINE_PROTECTED;
char *lexer_decode_entities (const char *tok) XINE_PROTECTED;
#endif