feat: lru eviction policy on page caches
[lunaix-os.git] / lunaix-os / libs / hash.c
index c1580edda5a51074ea9237abe709eeaddac55cb3..277efb32eaf8370fc8f265ef8038ce4d1960004f 100644 (file)
@@ -9,7 +9,7 @@
  * @return unsigned int
  */
 uint32_t
-strhash_32(unsigned char* str, uint32_t truncate_to)
+strhash_32(char* str, uint32_t truncate_to)
 {
     if (!str)
         return 0;