aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-index.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-filter-index.h')
-rw-r--r--camel/camel-mime-filter-index.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/camel-mime-filter-index.h b/camel/camel-mime-filter-index.h
index 2c297c538a..ae8ef60801 100644
--- a/camel/camel-mime-filter-index.h
+++ b/camel/camel-mime-filter-index.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_FILTER_INDEX_H
#define _CAMEL_MIME_FILTER_INDEX_H
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
+
#include <camel/camel-mime-filter.h>
#include <libibex/ibex.h>
@@ -52,4 +59,8 @@ CamelMimeFilterIndex *camel_mime_filter_index_new_ibex (ibex *);
void camel_mime_filter_index_set_name (CamelMimeFilterIndex *, char *);
void camel_mime_filter_index_set_ibex (CamelMimeFilterIndex *mf, ibex *index);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* ! _CAMEL_MIME_FILTER_INDEX_H */