summaryrefslogtreecommitdiff
path: root/include/libcss/hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/hint.h')
-rw-r--r--include/libcss/hint.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/libcss/hint.h b/include/libcss/hint.h
index 363534f..917794a 100644
--- a/include/libcss/hint.h
+++ b/include/libcss/hint.h
@@ -8,6 +8,11 @@
#ifndef libcss_hint_h_
#define libcss_hint_h_
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
#include <libwapcaplet/libwapcaplet.h>
#include <libcss/computed.h>
@@ -46,4 +51,8 @@ typedef struct css_hint {
uint8_t status;
} css_hint;
+#ifdef __cplusplus
+}
+#endif
+
#endif