mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Add a missing 'static' on internal functions
This commit is contained in:
parent
291a5c9ed9
commit
daa1a73c75
@ -178,7 +178,7 @@ typedef struct
|
||||
gint n_buckets;
|
||||
} HashTable;
|
||||
|
||||
HashTable *
|
||||
static HashTable *
|
||||
hash_table_new (gint n_buckets)
|
||||
{
|
||||
HashTable *table;
|
||||
|
@ -241,7 +241,7 @@ gvdb_table_check_name (GvdbTable *file,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
const struct gvdb_hash_item *
|
||||
static const struct gvdb_hash_item *
|
||||
gvdb_table_lookup (GvdbTable *file,
|
||||
const gchar *key,
|
||||
gchar type)
|
||||
|
Loading…
Reference in New Issue
Block a user