aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s7comm_szl_ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-s7comm_szl_ids.h')
-rw-r--r--epan/dissectors/packet-s7comm_szl_ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-s7comm_szl_ids.h b/epan/dissectors/packet-s7comm_szl_ids.h
index bf7af01786..d762647139 100644
--- a/epan/dissectors/packet-s7comm_szl_ids.h
+++ b/epan/dissectors/packet-s7comm_szl_ids.h
@@ -13,7 +13,7 @@
#ifndef __PACKET_S7COMM_SZL_IDS_H__
#define __PACKET_S7COMM_SZL_IDS_H__
-guint32 s7comm_decode_ud_cpu_szl_subfunc (tvbuff_t *tvb, packet_info *pinfo, proto_tree *data_tree, guint8 type, guint8 ret_val, guint16 len, guint16 dlength, guint8 data_unit_ref, guint8 last_data_unit, guint32 offset);
+guint32 s7comm_decode_ud_cpu_szl_subfunc (tvbuff_t *tvb, packet_info *pinfo, proto_tree *data_tree, guint8 type, guint8 ret_val, guint32 dlength, guint32 offset);
void s7comm_register_szl_types(int proto);
#endif