aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/epan/follow.h b/epan/follow.h
index 585ea07438..cd92221aa5 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -27,6 +27,10 @@
#ifndef __FOLLOW_H__
#define __FOLLOW_H__
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#include <epan/packet.h>
#include "ws_symbol_export.h"
@@ -63,4 +67,8 @@ typedef struct {
WS_DLL_PUBLIC
void follow_stats(follow_stats_t* stats);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif