aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-mailslot.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-25 23:59:30 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-25 23:59:30 +0000
commit1e0405a3a33668924e3ebd1a9b3cef37df07430e (patch)
tree7db7470ea02014908778561d80cf8d013d237747 /epan/dissectors/packet-smb-mailslot.h
parent7a2de9f471d1057ff5f90cb450ae9fe44cc7648a (diff)
Remove SMB's use of private_data and just pass the data through all of the dissection functions
svn path=/trunk/; revision=52856
Diffstat (limited to 'epan/dissectors/packet-smb-mailslot.h')
-rw-r--r--epan/dissectors/packet-smb-mailslot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb-mailslot.h b/epan/dissectors/packet-smb-mailslot.h
index b6eda8b902..31e0451ceb 100644
--- a/epan/dissectors/packet-smb-mailslot.h
+++ b/epan/dissectors/packet-smb-mailslot.h
@@ -29,6 +29,6 @@
gboolean
dissect_mailslot_smb(tvbuff_t *total_tvb, tvbuff_t *setup_tvb,
tvbuff_t *tvb, const char *mailslot,
- packet_info *pinfo, proto_tree *tree);
+ packet_info *pinfo, proto_tree *tree, smb_info_t* smb_info);
#endif