aboutsummaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.h b/src/html.h
index 7267c175..37f7e11f 100644
--- a/src/html.h
+++ b/src/html.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2003 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -82,6 +82,6 @@ struct _HTMLTag
HTMLParser *html_parser_new (FILE *fp,
CodeConverter *conv);
void html_parser_destroy (HTMLParser *parser);
-gchar *html_parse (HTMLParser *parser);
+const gchar *html_parse (HTMLParser *parser);
#endif /* __HTML_H__ */