reduce the size of ppage by 8 bytes using signly linked list
[lunaix-os.git] / lunaix-os / includes / lunaix / ds / hstr.h
index 169f0b8eccb0de6ad0c795cb4ffe02041f660e4c..77096aa8a845f6c35dbb0d0152bb94f61734dd1c 100644 (file)
@@ -30,7 +30,7 @@ struct hstr
 #define HSTR_LEN(hstr)  ((hstr).len)
 #define HSTR_HASH(hstr) ((hstr).hash)
 
-inline void
+static inline void
 hstr_rehash(struct hstr* hash_str, u32_t truncate_to)
 {
     hash_str->hash = strhash_32(hash_str->value, truncate_to);