aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-24 00:47:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-24 00:47:37 +0000
commitdd628e00c742885fc3b212e00942880f81956bf0 (patch)
tree1b105507c8863533fc0d3e32a17432f2d41ee531 /file.h
parent88b1bc3fac6266419eb2b75997cf32ccc8d8da92 (diff)
Make "finfo_selected" a member of a "capture_file" structure rather than
an independent global variable. svn path=/trunk/; revision=8524
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 2 insertions, 2 deletions
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 <gerald@ethereal.com>
@@ -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.