aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-filter.h')
-rw-r--r--camel/camel-stream-filter.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/camel-stream-filter.h b/camel/camel-stream-filter.h
index 3f50c211b6..ae50e016c3 100644
--- a/camel/camel-stream-filter.h
+++ b/camel/camel-stream-filter.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_STREAM_FILTER_H
#define _CAMEL_STREAM_FILTER_H
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
+
#include <camel/camel-stream.h>
#include <camel/camel-mime-filter.h>
@@ -49,4 +56,8 @@ CamelStreamFilter *camel_stream_filter_new_with_stream (CamelStream *stream
int camel_stream_filter_add (CamelStreamFilter *filter, CamelMimeFilter *);
void camel_stream_filter_remove (CamelStreamFilter *filter, int id);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* ! _CAMEL_STREAM_FILTER_H */