aboutsummaryrefslogtreecommitdiffstats
path: root/main_statusbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'main_statusbar.h')
-rw-r--r--main_statusbar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/main_statusbar.h b/main_statusbar.h
index a15aa4e158..9647a2ed62 100644
--- a/main_statusbar.h
+++ b/main_statusbar.h
@@ -24,6 +24,9 @@
#ifndef __MAIN_STATUSBAR_H__
#define __MAIN_STATUSBAR_H__
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
void profile_bar_update(void);
void packets_bar_update(void);
@@ -61,4 +64,8 @@ void statusbar_pop_filter_msg(void);
void statusbar_push_temporary_msg(const gchar *msg_format, ...)
G_GNUC_PRINTF(1, 2);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* __MAIN_STATUSBAR_H__ */