summaryrefslogtreecommitdiffstats
path: root/include/dect/libdect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dect/libdect.h')
-rw-r--r--include/dect/libdect.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dect/libdect.h b/include/dect/libdect.h
index ba95b5a..b004505 100644
--- a/include/dect/libdect.h
+++ b/include/dect/libdect.h
@@ -20,6 +20,10 @@
#include <dect/ss.h>
#include <list.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct dect_handle;
/**
@@ -138,4 +142,7 @@ extern int dect_init(struct dect_handle *dh);
extern void dect_set_debug_hook(int (*fn)(const char *fmt, va_list ap));
+#ifdef __cplusplus
+extern "C" {
+#endif
#endif /* _LIBDECT_DECT_LIBDECT_H */