Make a couple of functions static.

This commit is contained in:
Martin Mathieson 2021-03-31 22:32:47 +01:00 committed by Wireshark GitLab Utility
parent 4e5f0456c6
commit 7a261fb538
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ dissect_oer_bit_string(tvbuff_t *tvb, guint32 offset _U_, asn1_ctx_t *actx, prot
return tvb_reported_length(tvb);
}
guint32
static guint32
dissect_oer_bit_string_unconstr(tvbuff_t *tvb, guint32 offset _U_, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_, int min_len _U_, int max_len _U_, gboolean has_extension _U_, int * const *named_bits _U_, gint num_named_bits _U_, tvbuff_t **value_tvb _U_, guint8 * const values, int values_size, int *len _U_)
{
int length;

View File

@ -376,7 +376,7 @@ post_update_spdu_message_cb(void) {
post_update_one_id_string_template_cb(spdu_message_ident, spdu_message_ident_num, data_spdu_messages);
}
char*
static char*
get_message_name(guint32 id) {
guint32 tmp = id;