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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/em-format/em-format-quote.h b/em-format/em-format-quote.h
index 5c1882eb32..be3640735a 100644
--- a/em-format/em-format-quote.h
+++ b/em-format/em-format-quote.h
@@ -69,6 +69,9 @@ GType em_format_quote_get_type (void);
EMFormatQuote * em_format_quote_new (const gchar *credits,
CamelStream *stream,
EMFormatQuoteFlags flags);
+void em_format_quote_write (EMFormatQuote *emfq,
+ CamelStream *stream,
+ GCancellable *cancellable);
G_END_DECLS