aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-10 22:16:31 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-10 22:16:31 +0000
commit0fdd93d1ceab27fef3fd3fd8ed8276e9e408364b (patch)
treea50d1a87af9f54d7deb11cdf11f77198f90d543e /wiretap/wtap.h
parentfab3967f994ff5d7c139da850de6c8264ec6e336 (diff)
Rename the "private" member of a "wtap_dumper" structure to "dump", as
per the "capture" member of a "wtap" structure, so that it doesn't collide with the C++ reserved word "private". svn path=/trunk/; revision=1936
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 33b05011e0..c1e8561b9a 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.67 2000/04/15 21:12:36 guy Exp $
+ * $Id: wtap.h,v 1.68 2000/05/10 22:16:31 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -380,7 +380,7 @@ typedef struct wtap_dumper {
ngsniffer_dump_t *ngsniffer;
netmon_dump_t *netmon;
netxray_dump_t *netxray;
- } private;
+ } dump;
subtype_write_func subtype_write;
subtype_close_func subtype_close;