aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-23 00:32:04 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-23 00:32:04 +0000
commitc5beaef29ebebb43413a04c2270f71986d658df1 (patch)
tree3b8f479d101259a5b697080c692da9209ba82812 /epan
parentf48fd4700d5be496504d94fff55125ede2f94bcf (diff)
"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn't
declared in any header file, and isn't in epan/libwireshark.def; make it static, to squelch compiler warnings. svn path=/trunk/; revision=21518
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c
index 4d935239f0..82b3ec0a02 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -570,7 +570,7 @@ call_ber_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *p
return offset;
}
-int
+static int
call_ber_syntax_callback(const char *syntax, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
tvbuff_t *next_tvb;