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