Renamed generate_unique_id -> create_unique_id

This commit is contained in:
James Booth
2014-06-15 21:49:34 +01:00
parent efc833a202
commit 1c62d7fda8
6 changed files with 16 additions and 16 deletions

View File

@@ -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;