mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 12:28:12 +02:00
[hashtable] make insert_internal static
This commit is contained in:
parent
3be916129e
commit
e3f52316cf
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ ply_hashtable_free (ply_hashtable_t *hashtable)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
ply_hashtable_insert_internal (ply_hashtable_t *hashtable,
|
||||
void *key,
|
||||
void *data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue