diff options
Diffstat (limited to 'camel/camel-store-summary.h')
-rw-r--r-- | camel/camel-store-summary.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/camel-store-summary.h b/camel/camel-store-summary.h index ae0e49d339..afd03b9a97 100644 --- a/camel/camel-store-summary.h +++ b/camel/camel-store-summary.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_STORE_SUMMARY_H #define _CAMEL_STORE_SUMMARY_H +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + #include <stdio.h> #include <time.h> #include <camel/camel-mime-parser.h> @@ -159,4 +166,8 @@ void camel_folder_info_set_string(CamelStoreSummary *, CamelFolderInfo *, int ty #define camel_folder_info_uri(s, i) (camel_folder_info_string((CamelStoreSummary *)s, (const CamelFolderInfo *)i, CAMEL_STORE_SUMMARY_URI)) #define camel_folder_info_name(s, i) (camel_folder_info_string((CamelStoreSummary *)s, (const CamelFolderInfo *)i, CAMEL_STORE_SUMMARY_NAME)) +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* ! _CAMEL_STORE_SUMMARY_H */ |