diff options
Diffstat (limited to 'camel/camel-stream-null.h')
-rw-r--r-- | camel/camel-stream-null.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/camel-stream-null.h b/camel/camel-stream-null.h index 4618d157ed..f2e1c26ccc 100644 --- a/camel/camel-stream-null.h +++ b/camel/camel-stream-null.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2000 Ximian Inc. * @@ -18,9 +19,15 @@ * Boston, MA 02111-1307, USA. */ + #ifndef _CAMEL_STREAM_NULL_H #define _CAMEL_STREAM_NULL_H +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + #include <camel/camel-stream.h> #define CAMEL_STREAM_NULL(obj) CAMEL_CHECK_CAST (obj, camel_stream_null_get_type (), CamelStreamNull) @@ -43,4 +50,8 @@ guint camel_stream_null_get_type (void); CamelStream *camel_stream_null_new (void); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* ! _CAMEL_STREAM_NULL_H */ |