aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/flow_graph.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-17 19:35:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-17 19:35:57 +0000
commit90ea235292d7f165ff95d64345e55a16364ae5aa (patch)
treee9ed6994c6e42f69bace720f82b36851178acfcd /ui/gtk/flow_graph.c
parent43595fa3f0c8b93fe59a4987c95d50714c34d229 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54834
Diffstat (limited to 'ui/gtk/flow_graph.c')
-rw-r--r--ui/gtk/flow_graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c
index 516d877201..0264a8b476 100644
--- a/ui/gtk/flow_graph.c
+++ b/ui/gtk/flow_graph.c
@@ -47,6 +47,8 @@
#include "ui/gtk/main.h"
#include "ui/gtk/old-gtk-compat.h"
+void register_tap_listener_flow_graph(void);
+
static seq_analysis_info_t *graph_analysis = NULL;
static graph_analysis_data_t *graph_analysis_data = NULL;