aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-28 10:15:03 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-28 10:15:03 +0000
commitd90ba1a144f8f56cacf1ae9ae22f0f054cd42e1d (patch)
tree08177ddd0c3d92fd8d9d82798684a2ae2726c6b1 /plugins/mate
parent3dcde587082a82950fe6d6a656476b38a7523b5b (diff)
From Yoshihiro Oyama: get rid of _U_s in prototype declarations that
lack variable names. svn path=/trunk/; revision=13188
Diffstat (limited to 'plugins/mate')
-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 c27853bd71..62f75976c6 100644
--- a/plugins/mate/mate.h
+++ b/plugins/mate/mate.h
@@ -333,7 +333,7 @@ struct _mate_item {
extern void initialize_mate_runtime(void);
extern mate_pdu* mate_get_pdus(guint32 framenum);
extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
-extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
+extern int mate_packet(void*, packet_info*, epan_dissect_t*,const void*);
/* from mate_setup.c */
extern mate_config* mate_make_config(guint8* filename);