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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-utils/xmllexer.h b/src/xine-utils/xmllexer.h
index abc0189e9..bd69204ff 100644
--- a/src/xine-utils/xmllexer.h
+++ b/src/xine-utils/xmllexer.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xmllexer.h,v 1.6 2006/02/14 02:25:01 dsalt Exp $
+ * $Id: xmllexer.h,v 1.7 2006/09/26 05:19:49 dgp85 Exp $
*
*/
@@ -48,8 +48,8 @@
/* public functions */
-void lexer_init(const char * buf, int size);
-int lexer_get_token(char * tok, int tok_size);
-char *lexer_decode_entities (const char *tok);
+void lexer_init(const char * buf, int size) XINE_PROTECTED;
+int lexer_get_token(char * tok, int tok_size) XINE_PROTECTED;
+char *lexer_decode_entities (const char *tok) XINE_PROTECTED;
#endif