From dd628e00c742885fc3b212e00942880f81956bf0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 24 Sep 2003 00:47:37 +0000 Subject: Make "finfo_selected" a member of a "capture_file" structure rather than an independent global variable. svn path=/trunk/; revision=8524 --- globals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index e5ba3cd4ff..eba68769aa 100644 --- a/globals.h +++ b/globals.h @@ -1,7 +1,7 @@ /* globals.h * Global defines, etc. * - * $Id: globals.h,v 1.30 2002/09/06 18:29:41 jmayer Exp $ + * $Id: globals.h,v 1.31 2003/09/24 00:47:36 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -36,7 +36,6 @@ extern gchar *last_open_dir; #ifdef HAVE_LIBPCAP extern gboolean auto_scroll_live; #endif -extern field_info *finfo_selected; extern ts_type timestamp_type; -- cgit v1.2.3