diff options
Diffstat (limited to 'camel/camel-stream-b64.h')
-rw-r--r-- | camel/camel-stream-b64.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/camel-stream-b64.h b/camel/camel-stream-b64.h index 23ad7d39b2..2d2932951d 100644 --- a/camel/camel-stream-b64.h +++ b/camel/camel-stream-b64.h @@ -116,6 +116,11 @@ CamelStream * camel_stream_b64_new_with_input_stream (CamelStream * void camel_stream_b64_set_mode (CamelStreamB64 *stream_b64, CamelStreamB64Mode mode); +/* utility function that writes the whole de/en-coded + stream to an output stream */ +void camel_stream_b64_write_to_stream (CamelStream *stream, + CamelStream *output_stream); + #ifdef __cplusplus } |