diff options
Diffstat (limited to 'camel/camel-mime-parser.h')
-rw-r--r-- | camel/camel-mime-parser.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/camel-mime-parser.h b/camel/camel-mime-parser.h index c1ef1b58b4..81c2e0d8c8 100644 --- a/camel/camel-mime-parser.h +++ b/camel/camel-mime-parser.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_MIME_PARSER_H #define _CAMEL_MIME_PARSER_H +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + #include <camel/camel-object.h> #include <camel/camel-mime-utils.h> @@ -133,4 +140,8 @@ off_t camel_mime_parser_seek(CamelMimeParser *, off_t, int); off_t camel_mime_parser_tell_start_headers(CamelMimeParser *); off_t camel_mime_parser_tell_start_from(CamelMimeParser *); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* ! _CAMEL_MIME_PARSER_H */ |