aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:20:57 +0000
commit311f9acfd5b610444e5545db929ae630789b7be6 (patch)
tree288c6a74a60c7922ee79c506c3c538252db894c2 /wiretap/wtap.h
parent7b75e667749ef166a0190f8ddb376ffec6c61d96 (diff)
Fix wiretap headers to allow error-free ABI dumping.
svn path=/trunk/; revision=37543
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index de8b5009a6..b65d714dcc 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -823,6 +823,8 @@ struct wtap_dumper;
typedef struct wtap wtap;
typedef struct wtap_dumper wtap_dumper;
+typedef struct wtap_reader *FILE_T;
+
struct file_type_info {
/* the file type name */
/* should be NULL for all "pseudo" types that are only internally used and not read/writeable */