summaryrefslogtreecommitdiff
path: root/plugins/mate/mate_runtime.c
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-01-06 23:21:10 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-01-06 23:21:10 +0000
commitccf44f7fb1b4c2c1a84cdbbae239beedc06ec9fd (patch)
tree1e408816442a886497a1587db63e39c86ade4840 /plugins/mate/mate_runtime.c
parentb7642931ad79d5e82bd4b196bfeb7d6b70f2e75f (diff)
downloadwireshark-ccf44f7fb1b4c2c1a84cdbbae239beedc06ec9fd.tar.gz
From Luis Ontanon:
Fix some MSVC warnings in MATE svn path=/trunk/; revision=12969
Diffstat (limited to 'plugins/mate/mate_runtime.c')
-rw-r--r--plugins/mate/mate_runtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate_runtime.c b/plugins/mate/mate_runtime.c
index c1273b35c3..4bc6d27b11 100644
--- a/plugins/mate/mate_runtime.c
+++ b/plugins/mate/mate_runtime.c
@@ -730,7 +730,7 @@ static mate_pdu* new_pdu(mate_cfg_pdu* cfg, guint32 framenum, field_info* proto,
return pdu;
}
-extern int mate_packet(void *prs _U_, proto_tree* tree _U_, epan_dissect_t *edt _U_, void *dummy _U_) {
+extern int mate_packet(void *prs _U_, packet_info* tree _U_, epan_dissect_t *edt _U_, const void *dummy _U_) {
/* nothing to do yet */
return 0;
}