summaryrefslogtreecommitdiffstats
path: root/include/dect/identities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dect/identities.h')
-rw-r--r--include/dect/identities.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dect/identities.h b/include/dect/identities.h
index 944e972..401d833 100644
--- a/include/dect/identities.h
+++ b/include/dect/identities.h
@@ -7,6 +7,10 @@
#ifndef _LIBDECT_DECT_IDENTITIES_H
#define _LIBDECT_DECT_IDENTITIES_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* Acess Rights Identity (ARI)
*/
@@ -183,4 +187,7 @@ extern void dect_dump_tpui(const struct dect_tpui *tpui);
/* Collective broadcast identifier */
#define DECT_TPUI_CBI 0xcfff
+#ifdef __cplusplus
+}
+#endif
#endif /* _LIBDECT_DECT_IDENTITIES_H */