aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-08 23:45:25 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-08 23:45:25 +0000
commit9feb374670b44b3245786ec1d3b8dea5b0dadea2 (patch)
treeb20666bf8a4d7b1cc7f66df3631c7001aecc351a /file.h
parent903e497f57eeb0c4e6327a2bf1bf52bd743811cb (diff)
Don't refer to "auto_scroll_live" if HAVE_LIBPCAP isn't defined - and
put the definition of it back under HAVE_LIBPCAP and don't add an extra declaration in "file.h", as there's no longer code that needs to refer to it if HAVE_LIBPCAP isn't defined. svn path=/trunk/; revision=10350
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/file.h b/file.h
index ff3c23be7e..677aa25946 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.117 2004/03/08 23:07:15 jmayer Exp $
+ * $Id: file.h,v 1.118 2004/03/08 23:45:25 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,8 +42,6 @@ typedef enum {
READ_ABORTED /* read aborted by user */
} read_status_t;
-extern gboolean auto_scroll_live;
-
int cf_open(char *, gboolean, capture_file *);
void cf_close(capture_file *);
read_status_t cf_read(capture_file *);