diff options
Diffstat (limited to 'camel/camel-folder-thread.h')
-rw-r--r-- | camel/camel-folder-thread.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/camel-folder-thread.h b/camel/camel-folder-thread.h index d45a69a396..5999b7bab8 100644 --- a/camel/camel-folder-thread.h +++ b/camel/camel-folder-thread.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2000 Ximian Inc. * @@ -21,6 +22,11 @@ #ifndef _CAMEL_FOLDER_THREAD_H #define _CAMEL_FOLDER_THREAD_H +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + #include <camel/camel-folder-summary.h> #include <camel/camel-folder.h> @@ -54,4 +60,8 @@ void camel_folder_thread_messages_destroy(CamelFolderThread *threads); /* debugging function only */ int camel_folder_threaded_messages_dump(CamelFolderThreadNode *c); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* !_CAMEL_FOLDER_THREAD_H */ |