witness: cast to avoid C++ warnings
[metze/wireshark/wip.git] / epan / dissectors / packet-dcerpc-witness-cnf.h
1 struct notify_response {
2         guint32 length;
3         guint32 num;
4         guint32 type;
5 };
6
7 int
8 dissect_message_buffer(tvbuff_t *tvb, gint offset, packet_info *pinfo,
9                        proto_tree *tree, guint8 *drep, struct notify_response *resp);