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/camel-stream-null.h | |
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/camel-stream-null.h')
-rw-r--r-- | camel/camel-stream-null.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-null.h b/camel/camel-stream-null.h index 70978c5d61..e12effdcad 100644 --- a/camel/camel-stream-null.h +++ b/camel/camel-stream-null.h @@ -39,6 +39,6 @@ struct _CamelStreamNullClass { guint camel_stream_null_get_type (void); -CamelStreamNull *camel_stream_null_new (void); +CamelStream *camel_stream_null_new (void); #endif /* ! _CAMEL_STREAM_NULL_H */ |