summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 72e9767..a5d6111 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -8,6 +8,11 @@
#ifndef libcss_select_h_
#define libcss_select_h_
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
#include <libwapcaplet/libwapcaplet.h>
#include <libcss/errors.h>
@@ -102,4 +107,8 @@ css_error css_select_style(css_select_ctx *ctx, void *node,
css_computed_style *result,
css_select_handler *handler, void *pw);
+#ifdef __cplusplus
+}
+#endif
+
#endif