Index: uspace/app/trace/proto.c
===================================================================
--- uspace/app/trace/proto.c	(revision 61eb2ce2769cc7e957b2ee93ca59919d895a7999)
+++ uspace/app/trace/proto.c	(revision 4522628557082b4b44ddf3115b43d69c5c94fa9c)
@@ -69,5 +69,5 @@
 }
 
-static bool srv_proto_key_equal(const void *key, const ht_link_t *item)
+static bool srv_proto_key_equal(const void *key, size_t hash, const ht_link_t *item)
 {
 	const int *n = key;
@@ -96,5 +96,5 @@
 }
 
-static bool method_oper_key_equal(const void *key, const ht_link_t *item)
+static bool method_oper_key_equal(const void *key, size_t hash, const ht_link_t *item)
 {
 	const int *n = key;
