From Yoshihiro Oyama: get rid of _U_s in prototype declarations that

lack variable names.

svn path=/trunk/; revision=13188
This commit is contained in:
Guy Harris 2005-01-28 10:15:03 +00:00
parent 3dcde58708
commit d90ba1a144
1 changed files with 1 additions and 1 deletions

View File

@ -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);