diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-07 05:03:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-07 05:03:33 +0800 |
commit | f1088a30d366f1362f31d1b0422452ad058a2640 (patch) | |
tree | a80173251e37d501783ffbad0490786de5bc77a1 /mail/em-format-quote.h | |
parent | 08df2dcd198fb9680323315c7c290fd2b96787c6 (diff) | |
download | gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.gz gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.zst gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.zip |
Make private (only EMFormatHTMLQuote used it and that class is no longer
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html.c (efh_format_headers): Make private (only
EMFormatHTMLQuote used it and that class is no longer in use).
(efh_format_message): Updated for above change.
* em-format-quote.c (emfq_format_message): Always write a \n after
the credits line.
svn path=/trunk/; revision=24661
Diffstat (limited to 'mail/em-format-quote.h')
-rw-r--r-- | mail/em-format-quote.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-format-quote.h b/mail/em-format-quote.h index 218937b935..4c25179389 100644 --- a/mail/em-format-quote.h +++ b/mail/em-format-quote.h @@ -49,8 +49,8 @@ struct _EMFormatQuoteClass { EMFormatClass format_class; }; -GType em_format_quote_get_type(void); +GType em_format_quote_get_type (void); -EMFormatQuote *em_format_quote_new(const char *, struct _CamelStream *, guint32 flags); +EMFormatQuote *em_format_quote_new (const char *credits, struct _CamelStream *stream, guint32 flags); #endif /* !_EM_FORMAT_QUOTE_H */ |