From 512b1e762c639dcbec55e08ba848cc990ad12094 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 1 Mar 2002 21:39:17 +0000 Subject: Add c++ armoring. 2002-03-01 Jeffrey Stedfast * camel-vtrash-folder.h: * camel-vee-store.h: * camel-vee-folder.h: * camel-stream-null.h: * camel-stream-filter.h: * camel-store-summary.h: * camel-news-address.h: * camel-mime-utils.h: * camel-mime-parser.h: * camel-mime-filter-save.h: * camel-mime-filter-linewrap.h: * camel-mime-filter-index.h: * camel-mime-filter-html.h: * camel-mime-filter.h: * camel-mime-filter-from.h: * camel-mime-filter-crlf.h: * camel-mime-filter-chomp.h: * camel-mime-filter-charset.h: * camel-mime-filter-bestenc.h: * camel-mime-filter-basic.h: * camel-internet-address.h: * camel-folder-thread.h: * camel-folder-summary.h: * camel-folder-search.h: * camel-filter-driver.h: * camel-charset-map.h: * camel-address.h: Add c++ armoring. * camel-object.h: s/class/klass svn path=/trunk/; revision=15885 --- camel/camel-folder-thread.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'camel/camel-folder-thread.h') 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 #include @@ -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 */ -- cgit v1.2.3