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 --- file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file.h') diff --git a/file.h b/file.h index d5d1448f78..ac60b0d664 100644 --- a/file.h +++ b/file.h @@ -1,7 +1,7 @@ /* file.h * Definitions for file structures and routines * - * $Id: file.h,v 1.107 2003/09/15 22:48:41 guy Exp $ + * $Id: file.h,v 1.108 2003/09/24 00:47:36 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -72,7 +72,7 @@ gboolean goto_frame(capture_file *cf, guint fnumber); void select_packet(capture_file *, int); void unselect_packet(capture_file *); -void unselect_field(void); +void unselect_field(capture_file *); /* * Mark a particular frame in a particular capture. -- cgit v1.2.3