aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-format-quote.h
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/em-format-quote.h')
-rw-r--r--em-format/em-format-quote.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/em-format/em-format-quote.h b/em-format/em-format-quote.h
index be3640735a..4ad66a5d2a 100644
--- a/em-format/em-format-quote.h
+++ b/em-format/em-format-quote.h
@@ -66,12 +66,13 @@ struct _EMFormatQuoteClass {
};
GType em_format_quote_get_type (void);
-EMFormatQuote * em_format_quote_new (const gchar *credits,
+EMFormatQuote * em_format_quote_new (CamelSession *session,
+ const gchar *credits,
CamelStream *stream,
EMFormatQuoteFlags flags);
-void em_format_quote_write (EMFormatQuote *emfq,
- CamelStream *stream,
- GCancellable *cancellable);
+void em_format_quote_write (EMFormatQuote *emfq,
+ CamelStream *stream,
+ GCancellable *cancellable);
G_END_DECLS