From 2509c20b618cf421ecafa06192640604752f1e2f Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 21 Feb 2004 13:40:06 +0000 Subject: quit_after_cap should be a gboolean, not an int, and it should be initialized svn path=/trunk/; revision=10169 --- capture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'capture.h') 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 @@ -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 -- cgit v1.2.3