summaryrefslogtreecommitdiff
path: root/net/ethereal/patches/patch-aa
blob: fbf0a4e129bc2ba374423106d712f7238acb4a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.10.10.1 2005/03/10 12:07:17 salo Exp $

--- plugins/mate/mate.h.orig	2005-01-18 03:39:21.000000000 +0100
+++ plugins/mate/mate.h	2005-01-29 23:25:43.000000000 +0100
@@ -324,7 +324,7 @@
 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);