mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +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;
|
gint n_buckets;
|
||||||
} HashTable;
|
} HashTable;
|
||||||
|
|
||||||
HashTable *
|
static HashTable *
|
||||||
hash_table_new (gint n_buckets)
|
hash_table_new (gint n_buckets)
|
||||||
{
|
{
|
||||||
HashTable *table;
|
HashTable *table;
|
||||||
|
@ -241,7 +241,7 @@ gvdb_table_check_name (GvdbTable *file,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct gvdb_hash_item *
|
static const struct gvdb_hash_item *
|
||||||
gvdb_table_lookup (GvdbTable *file,
|
gvdb_table_lookup (GvdbTable *file,
|
||||||
const gchar *key,
|
const gchar *key,
|
||||||
gchar type)
|
gchar type)
|
||||||
|
Loading…
Reference in New Issue
Block a user