aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-23 08:56:30 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-23 08:56:30 +0000
commitad78694e7640d60eb1a12c18fac3c02b2fe31333 (patch)
tree9067546a2d680549f76b259829b22ce2e74add86 /epan/follow.h
parent6cff72548dee5e9bdce823d0c6a65b50b2c137d7 (diff)
From Thomas ERSFELD (GSoC13) Prepare inclusion of Follow (TCP/UDP/SSL) feature in Qtshark
svn path=/trunk/; revision=50819
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