summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftnl/set.h')
-rw-r--r--include/libnftnl/set.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/libnftnl/set.h b/include/libnftnl/set.h
index 27f5bc4..67c54e9 100644
--- a/include/libnftnl/set.h
+++ b/include/libnftnl/set.h
@@ -8,6 +8,10 @@
#include <libnftnl/common.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
enum nftnl_set_attr {
NFTNL_SET_TABLE,
NFTNL_SET_NAME,
@@ -144,4 +148,8 @@ void nftnl_set_elems_iter_destroy(struct nftnl_set_elems_iter *iter);
int nftnl_set_elems_nlmsg_build_payload_iter(struct nlmsghdr *nlh,
struct nftnl_set_elems_iter *iter);
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
#endif /* _LIBNFTNL_SET_H_ */