diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-12 01:32:02 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-12 01:32:02 +0800 |
commit | b1c432f406e4921a3001772473ae646877a0766f (patch) | |
tree | 4403478808d1a57d04d357c97e66656b0a3a1aff /camel/ChangeLog | |
parent | 943c07d50a733f7f0303b739f82d774f538cd92f (diff) | |
download | gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.tar gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.tar.gz gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.tar.bz2 gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.tar.lz gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.tar.xz gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.tar.zst gsoc2013-evolution-b1c432f406e4921a3001772473ae646877a0766f.zip |
Make this return CamelStream * (like the other stream new functions)
* camel-stream-null.c (camel_stream_null_new): Make this return
CamelStream * (like the other stream new functions) instead of
CamelStreamNull *
svn path=/trunk/; revision=9760
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ecc2f3010e..1c5e1de5f5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-05-11 Dan Winship <danw@ximian.com> + + * camel-stream-null.c (camel_stream_null_new): Make this return + CamelStream * (like the other stream new functions) instead of + CamelStreamNull * + 2001-05-10 Chris Toshok <toshok@ximian.com> * camel-tcp-stream-ssl.c (stream_connect): call SSL_Enable after |