Index: uspace/app/trace/proto.c
===================================================================
--- uspace/app/trace/proto.c	(revision 61eb2ce2769cc7e957b2ee93ca59919d895a7999)
+++ uspace/app/trace/proto.c	(revision a188131444517e83d92103dac71acb5f03aae769)
@@ -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;
