summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index d920fba1a2..0e6c6bbf82 100644
--- a/globals.h
+++ b/globals.h
@@ -25,6 +25,10 @@
#ifndef __GLOBALS_H__
#define __GLOBALS_H__
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#include "file.h"
#include <epan/timestamp.h>
@@ -34,4 +38,8 @@ extern capture_file cfile;
extern gboolean auto_scroll_live;
#endif
-#endif
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* __GLOBALS_H__ */