From 3541ce862727a967c92f7f08e3c7da16522f89ef Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Oct 2010 23:00:21 +0000 Subject: Sprinkle some C++ scoping around svn path=/trunk/libcss/; revision=10901 --- include/libcss/select.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/libcss/select.h') 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 #include @@ -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 -- cgit v1.2.3