From f1088a30d366f1362f31d1b0422452ad058a2640 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 6 Feb 2004 21:03:33 +0000 Subject: Make private (only EMFormatHTMLQuote used it and that class is no longer 2004-02-06 Jeffrey Stedfast * 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 --- mail/em-format-quote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-quote.h') 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 */ -- cgit v1.2.3