aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 04:31:42 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 04:31:42 +0000
commit7b2ff03d8ca50d777936fa698432c7849f6d9b53 (patch)
tree8cf286d72bec9f98015bef89e28f4be59c9cbdbd /epan/dissectors/packet-dcerpc-nt.c
parentf5afb4da1b370a4e80d97d21e1876ba94605a18e (diff)
Fix more "no previous declaration" warnings
svn path=/trunk/; revision=15169
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.c')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.c b/epan/dissectors/packet-dcerpc-nt.c
index 5a1bd4aaa5..feaef59b22 100644
--- a/epan/dissectors/packet-dcerpc-nt.c
+++ b/epan/dissectors/packet-dcerpc-nt.c
@@ -211,7 +211,7 @@ dissect_ndr_counted_byte_array_cb(tvbuff_t *tvb, int offset,
return offset;
}
-void cb_byte_array_postprocess(packet_info *pinfo, proto_tree *tree _U_,
+static void cb_byte_array_postprocess(packet_info *pinfo, proto_tree *tree _U_,
proto_item *item, tvbuff_t *tvb,
int start_offset, int end_offset,
void *callback_args)