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