aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-05 18:52:42 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-05 18:52:42 +0000
commit71ed773862716ff3a4def1884fa1d7f427f1ea47 (patch)
treea64d5aa615db95e124d5d0a94c12c70e9d82997a /fileset.h
parentdec2d034b0d4465e3c43f3a05350d9ceff06a5c1 (diff)
Add a capture_file * element to packet_range_t and pass it explicitly in
packet_range_init(). Get rid of global cfile references in packet-range.c. C++-ize packet-range.h. Shuffle some includes around. svn path=/trunk/; revision=45333
Diffstat (limited to 'fileset.h')
-rw-r--r--fileset.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fileset.h b/fileset.h
index 597455a9c0..2eb05cdc82 100644
--- a/fileset.h
+++ b/fileset.h
@@ -29,7 +29,6 @@
extern "C" {
#endif /* __cplusplus */
-
typedef struct _fileset_entry {
char *fullname; /* File name with path (g_strdup'ed) */
char *name; /* File name without path (g_strdup'ed) */