aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/afn.h')
-rw-r--r--epan/afn.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/afn.h b/epan/afn.h
index a8f25bb5f7..268a8143c7 100644
--- a/epan/afn.h
+++ b/epan/afn.h
@@ -25,6 +25,10 @@
#ifndef __AFN_H__
#define __AFN_H__
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/*
* Address family numbers, from
*
@@ -60,4 +64,8 @@
#define AFNUM_L2VPN_OLD 196
extern const value_string afn_vals[];
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* __AFN_H__ */