summaryrefslogtreecommitdiff
path: root/src/xine-utils/xmllexer.h
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-31 13:29:40 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-31 13:29:40 +0000
commit147a5017b476e4cd61aadb8e7420bc20832abfef (patch)
tree8c197b44d0d46bd9d9a35f70be0f0251f6b47ac0 /src/xine-utils/xmllexer.h
parente23ea1143257ede4cdbbe8ab89222978d43b0344 (diff)
downloadxine-lib-147a5017b476e4cd61aadb8e7420bc20832abfef.tar.gz
xine-lib-147a5017b476e4cd61aadb8e7420bc20832abfef.tar.bz2
Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.
Diffstat (limited to 'src/xine-utils/xmllexer.h')
-rw-r--r--src/xine-utils/xmllexer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/xmllexer.h b/src/xine-utils/xmllexer.h
index bf9948d2d..425d0e70a 100644
--- a/src/xine-utils/xmllexer.h
+++ b/src/xine-utils/xmllexer.h
@@ -51,7 +51,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