DBUS: Make a function static

This commit is contained in:
Martin Mathieson 2022-11-03 10:23:47 +00:00 committed by Gerald Combs
parent 798c1a8e6d
commit 49d21db1a7
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ add_conversation(dbus_packet_t *packet, proto_tree *header_field_tree) {
}
}
void
static void
resolve_unique_name(dbus_packet_t *packet, proto_tree *header_field_tree) {
proto_item *it;
tvbuff_t *tvb = ptvcursor_tvbuff(packet->cursor);