diff --git a/packet-snmp.h b/packet-snmp.h index 2e790be8d8..0fb6e4265c 100644 --- a/packet-snmp.h +++ b/packet-snmp.h @@ -2,12 +2,11 @@ * Exported routines for SNMP (simple network management protocol) * D.Jorand (c) 1998 * - * $Id: packet-snmp.h,v 1.6 2001/04/15 07:30:03 guy Exp $ + * $Id: packet-snmp.h,v 1.7 2002/03/11 01:42:58 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs + * By Gerald Combs * Copyright 1998 Didier Jorand - * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -31,7 +30,7 @@ * Guts of the SNMP dissector - exported for use by protocols such as * ILMI. */ -void dissect_snmp_pdu(tvbuff_t *, int, packet_info *, proto_tree *tree, +extern void dissect_snmp_pdu(tvbuff_t *, int, packet_info *, proto_tree *tree, char *, int, gint); #endif