aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-08-23 23:01:20 +0000
committerGerald Combs <gerald@wireshark.org>2007-08-23 23:01:20 +0000
commitc517f302a4ee94fd30bd1af4a92f0119f7646e5d (patch)
tree4fefe6fc54ac7dc70ccbc707605fd00a3de2b215 /gtk/follow_stream.h
parentf76387ba1ce2e1206d05e0c1774baccdcc065bb8 (diff)
Move follow_infos into folow_stream.c and initialize it.
svn path=/trunk/; revision=22613
Diffstat (limited to 'gtk/follow_stream.h')
-rw-r--r--gtk/follow_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/follow_stream.h b/gtk/follow_stream.h
index e540fe9ad7..74c021b2dc 100644
--- a/gtk/follow_stream.h
+++ b/gtk/follow_stream.h
@@ -87,7 +87,7 @@ typedef struct {
/* List of "follow_info_t" structures for all "Follow TCP Stream" windows,
so we can redraw them all if the colors or font changes. */
-GList *follow_infos;
+extern GList *follow_infos;
void follow_charset_toggle_cb(GtkWidget * w, gpointer parent_w);
void follow_load_text(follow_info_t *follow_info);