aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-21 13:40:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-21 13:40:06 +0000
commit2509c20b618cf421ecafa06192640604752f1e2f (patch)
tree25895c6e2c3c6d4fa1a68e213c4e10710b222c7c /capture.h
parentba50469654ce37b73384934d41be30a13fcf737f (diff)
quit_after_cap should be a gboolean, not an int, and it should be initialized
svn path=/trunk/; revision=10169
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.h b/capture.h
index 6f55775b98..7ddb42498c 100644
--- a/capture.h
+++ b/capture.h
@@ -1,7 +1,7 @@
/* capture.h
* Definitions for packet capture windows
*
- * $Id: capture.h,v 1.39 2004/02/21 12:58:41 ulfl Exp $
+ * $Id: capture.h,v 1.40 2004/02/21 13:40:06 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -56,7 +56,7 @@ typedef struct {
extern capture_options capture_opts;
-extern int quit_after_cap; /* Makes a "capture only mode". Implies -k */
+extern gboolean quit_after_cap; /* Makes a "capture only mode". Implies -k */
extern gboolean capture_child; /* if this is the child for "-S" */
/* Open a specified file, or create a temporary file, and start a capture