Hashtable: use more distinct typename for key type

This commit is contained in:
Christian Göttsche
2021-01-04 23:20:36 +01:00
committed by cgzones
parent 43d5c61884
commit 8fe04b7494
4 changed files with 12 additions and 12 deletions

View File

@ -104,7 +104,7 @@ static bool changePriority(MainPanel* panel, int delta) {
return anyTagged;
}
static void addUserToVector(hkey_t key, void* userCast, void* panelCast) {
static void addUserToVector(ht_key_t key, void* userCast, void* panelCast) {
const char* user = userCast;
Panel* panel = panelCast;
Panel_add(panel, (Object*) ListItem_new(user, key));