summaryrefslogtreecommitdiff
path: root/include/xine/xmllexer.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 00:44:49 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 00:44:49 +0100
commitc81c9deccc79646bd7ac3f1759a4a3e4fb8a88af (patch)
treeb39027bf19757a904f9d306085d8744046f24a1f /include/xine/xmllexer.h
parent119076c9300e2e2a816dc1a6ca32ba77f338b20c (diff)
parenta2a95425350da93551388acdca8a00818a34c317 (diff)
downloadxine-lib-c81c9deccc79646bd7ac3f1759a4a3e4fb8a88af.tar.gz
xine-lib-c81c9deccc79646bd7ac3f1759a4a3e4fb8a88af.tar.bz2
Merge from 1.2.
Diffstat (limited to 'include/xine/xmllexer.h')
-rw-r--r--include/xine/xmllexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine/xmllexer.h b/include/xine/xmllexer.h
index 10bcc8676..e93cb69ff 100644
--- a/include/xine/xmllexer.h
+++ b/include/xine/xmllexer.h
@@ -53,6 +53,7 @@
/* public functions */
void lexer_init(const char * buf, int 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;