diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-03 00:21:05 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-03 00:21:05 +0800 |
commit | 8e356d0601866c7f7d8139b1135a628fd4362462 (patch) | |
tree | 498def4e208e787b1b7a2d6ff36b92ced097d2e4 /camel/camel-stream-b64.h | |
parent | 01b2d34d032d0a675ef5f0fdcb811cdd41d690ed (diff) | |
download | gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.gz gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.bz2 gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.lz gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.xz gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.tar.zst gsoc2013-evolution-8e356d0601866c7f7d8139b1135a628fd4362462.zip |
use CamelStreamB64 type for the input stream.
2000-03-02 bertrand <bertrand@helixcode.com>
* camel-stream-b64.c (camel_stream_b64_write_to_stream):
use CamelStreamB64 type for the input stream.
* camel-mime-part.c (_get_content_object): remove
debugging trace
(_write_content_to_stream): implement the b64
encoding the new way (that is using camel_stream_b64)
svn path=/trunk/; revision=2014
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); |