From 0730fc3924dd4e04efbe51287d1d69850404d05f Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 31 Jan 2016 19:53:45 -0500 Subject: bump version to 0.5.0-rc1 * implements objects using reference counts rather than copying * implements both room-local and global verbs * refactors the world_* functions into a separate module * numerous other changes --- src/hash.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/hash.h') diff --git a/src/hash.h b/src/hash.h index c2ed749..277fd3f 100644 --- a/src/hash.h +++ b/src/hash.h @@ -89,3 +89,6 @@ void *hash_getkeyptr(void*, const void *key); size_t hash_size(void*); void *hash_dup(void*); + +/* sets the callback for when duplicating a data node */ +void hash_setdupdata_cb(void*, void *(*cb)(void*)); -- cgit v1.1