diff options
Diffstat (limited to 'camel/providers/nntp/camel-nntp-stream.h')
-rw-r--r-- | camel/providers/nntp/camel-nntp-stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/nntp/camel-nntp-stream.h b/camel/providers/nntp/camel-nntp-stream.h index e7b732beff..eef217cef2 100644 --- a/camel/providers/nntp/camel-nntp-stream.h +++ b/camel/providers/nntp/camel-nntp-stream.h @@ -52,7 +52,7 @@ struct _CamelNNTPStreamClass { CamelStreamClass parent_class; }; -guint camel_nntp_stream_get_type (void); +CamelType camel_nntp_stream_get_type (void); CamelStream *camel_nntp_stream_new (CamelStream *source); |