diff options
Diffstat (limited to 'camel/camel-stream-b64.h')
-rw-r--r-- | camel/camel-stream-b64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-b64.h b/camel/camel-stream-b64.h index 2d2932951d..5d93f122eb 100644 --- a/camel/camel-stream-b64.h +++ b/camel/camel-stream-b64.h @@ -118,7 +118,7 @@ void camel_stream_b64_set_mode (CamelStreamB6 /* utility function that writes the whole de/en-coded stream to an output stream */ -void camel_stream_b64_write_to_stream (CamelStream *stream, +void camel_stream_b64_write_to_stream (CamelStreamB64 *stream, CamelStream *output_stream); |