Changeset 1887 for trunk/src/kmk/strcache2.h
- Timestamp:
- Oct 20, 2008, 1:08:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/strcache2.h
r1885 r1887 82 82 const char *strcache2_add_hashed (struct strcache2 *cache, const char *str, unsigned int length, 83 83 unsigned int hash1, unsigned int hash2); 84 const char *strcache2_lookup (struct strcache2 *cache, const char *str, unsigned int length); 84 85 int strcache2_is_cached (struct strcache2 *cache, const char *str); 85 86 int strcache2_verify_entry (struct strcache2 *cache, const char *str);
Note:
See TracChangeset
for help on using the changeset viewer.