From d90ba1a144f8f56cacf1ae9ae22f0f054cd42e1d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 28 Jan 2005 10:15:03 +0000 Subject: From Yoshihiro Oyama: get rid of _U_s in prototype declarations that lack variable names. svn path=/trunk/; revision=13188 --- plugins/mate/mate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mate') 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); -- cgit v1.2.3