mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 12:36:21 +00:00
Renamed generate_unique_id -> create_unique_id
This commit is contained in:
@@ -397,7 +397,7 @@ xdg_get_data_home(void)
|
||||
}
|
||||
|
||||
char *
|
||||
generate_unique_id(char *prefix)
|
||||
create_unique_id(char *prefix)
|
||||
{
|
||||
static unsigned long unique_id;
|
||||
char *result = NULL;
|
||||
|
||||
Reference in New Issue
Block a user