summaryrefslogtreecommitdiff
path: root/packet-snmp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-11 01:42:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-11 01:42:58 +0000
commit9f8d089e2e4d16c41ae289d0992396558a5a7f83 (patch)
tree054c3d2686370ba111f4ff7bd25ed9fdc3654dae /packet-snmp.h
parentd9a00fc2283bb4545271347c600366094b67a6fa (diff)
downloadwireshark-9f8d089e2e4d16c41ae289d0992396558a5a7f83.tar.gz
Put "extern" in front of the function declaration.
Update Gerald's e-mail address. svn path=/trunk/; revision=4923
Diffstat (limited to 'packet-snmp.h')
-rw-r--r--packet-snmp.h7
1 files changed, 3 insertions, 4 deletions
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 <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* 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