aboutsummaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 05:49:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-18 05:49:49 +0000
commit951ba1bd0fd5582c507a807b5fe0dd8454b5271c (patch)
treea57ba3b56a95c00675b01f68254610ffab8948e7 /src/html.h
parentd391fd2c9f96506e4341d6e635b88b27c7e7409e (diff)
force output of newline when output HTML.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@184 ee746299-78ed-0310-b773-934348b2243d
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__ */