diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-17 21:21:20 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-17 21:21:20 -0400 |
| commit | 0db524c05e0e077c06c7d02eaa2921159df04313 (patch) | |
| tree | 9feabcb8ca6af3796a902a647ff122868acbf47a /src/hash.h | |
| parent | a305a931726bc13c604afca1209a656a8fbedc46 (diff) | |
| download | netcosm-0db524c05e0e077c06c7d02eaa2921159df04313.zip netcosm-0db524c05e0e077c06c7d02eaa2921159df04313.tar.gz netcosm-0db524c05e0e077c06c7d02eaa2921159df04313.tar.bz2 netcosm-0db524c05e0e077c06c7d02eaa2921159df04313.tar.xz | |
hash resizing, memory leak fixes, world gen improvements
Diffstat (limited to 'src/hash.h')
| -rw-r--r-- | src/hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,3 +111,5 @@ struct hash_export_node { struct hash_export_node hash_get_internal_node(void *ptr, const void *key); void hash_del_internal_node(void *ptr, const struct hash_export_node *node); + +bool hash_resize(void *ptr, size_t new_sz); |