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 04c418dcaeffd13ea8028c1076db5abe46f4c748)
@@ -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)
 {
