aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate.h
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.h
parentb7642931ad79d5e82bd4b196bfeb7d6b70f2e75f (diff)
From Luis Ontanon:
Fix some MSVC warnings in MATE svn path=/trunk/; revision=12969
Diffstat (limited to 'plugins/mate/mate.h')
-rw-r--r--plugins/mate/mate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/mate.h b/plugins/mate/mate.h
index 59aedba788..9a0807377c 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -318,7 +318,7 @@ struct _mate_item {
extern void initialize_mate_runtime(void);
extern mate_pdu* mate_get_pdus(guint32 framenum);
extern void analyze_frame(packet_info *pinfo, proto_tree* tree);
-extern int mate_packet(void* _U_, proto_tree* _U_, epan_dissect_t* _U_, void* _U_);
+extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
/* from mate_setup.c */
extern mate_config* mate_make_config(guint8* filename);