aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan_dissect.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 22:26:07 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 22:26:07 +0000
commit5afbad417910d387c754eb66612214903f4f8b8b (patch)
tree5379854c8d9601c813c5453737f8a4bfd33ce1af /epan/epan_dissect.h
parent65db82872c943d87e5191c65c369d41b9a4d533e (diff)
Rename struct _epan_dissect_t to epan_dissect.
svn path=/trunk/; revision=53770
Diffstat (limited to 'epan/epan_dissect.h')
-rw-r--r--epan/epan_dissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h
index 98e4a0b8e9..7c23c125a1 100644
--- a/epan/epan_dissect.h
+++ b/epan/epan_dissect.h
@@ -38,7 +38,7 @@ extern "C" {
* as the structures that the epan_dissect_t contains might have pointers
* to addresses in your byte array.
*/
-struct _epan_dissect_t {
+struct epan_dissect {
struct epan_session *session;
tvbuff_t *tvb;
proto_tree *tree;