aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-snmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 02:06:42 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 02:06:42 +0000
commit6b8e8d3fea855f954d7962e50c3440f8d4f789cf (patch)
tree18dc03f976d00f7c07bcbeea377d04ce0b835892 /epan/dissectors/packet-snmp.c
parent97137766e7f80aef469ca365046ab9af927e8c17 (diff)
Make a routine not used outside the SNMP dissector static.
svn path=/trunk/; revision=54751
Diffstat (limited to 'epan/dissectors/packet-snmp.c')
-rw-r--r--epan/dissectors/packet-snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-snmp.c b/epan/dissectors/packet-snmp.c
index e0606e882e..87a69c5b2d 100644
--- a/epan/dissectors/packet-snmp.c
+++ b/epan/dissectors/packet-snmp.c
@@ -618,7 +618,7 @@ dissect_snmp_variable_date_and_time(proto_tree *tree,int hfid, tvbuff_t *tvb, in
*/
-extern int
+static int
dissect_snmp_VarBind(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset,
asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_)
{