X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=2f3f06a121a8550d9633e6250c466221f15e1a8d;hb=0a3ee393edb4d4b0f85bdac395cb2088f81b57c5;hp=1d3607e446eb94000aace0fbc45a0439f6906f5c;hpb=1fd06503004016a245257a08748473d749559586;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 1d3607e4..2f3f06a1 100644 --- a/src/tools.c +++ b/src/tools.c @@ -11316,9 +11316,9 @@ static unsigned int test_uuid_random_function_better(int max) static void TestGeneratingUUIDs_RunTest(int nr, int always_seed, int num_uuids) { - struct hashtable *hash_seeds = + HashTable *hash_seeds = create_hashtable(get_hash_from_string, hash_key_strings_are_equal, free, NULL); - struct hashtable *hash_uuids = + HashTable *hash_uuids = create_hashtable(get_hash_from_string, hash_key_strings_are_equal, free, NULL); static char message[100]; int i;