Index: uspace/lib/c/generic/adt/hash_table.c
===================================================================
--- uspace/lib/c/generic/adt/hash_table.c	(revision 09696b54e45f82c8af19ae8631ec4086bc08f08d)
+++ uspace/lib/c/generic/adt/hash_table.c	(revision 28d9c952aa424b54e5b802ec3fdbdb0acf13afab)
@@ -54,5 +54,5 @@
  *
  */
-int hash_table_create(hash_table_t *h, hash_count_t m, hash_count_t max_keys,
+bool hash_table_create(hash_table_t *h, hash_count_t m, hash_count_t max_keys,
     hash_table_operations_t *op)
 {
