aboutsummaryrefslogtreecommitdiff
path: root/dict.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-05-07 19:38:38 +0200
committerJuan Cespedes <cespedes@debian.org>2009-05-07 19:38:38 +0200
commitbc8caf0ca16c8cb87bc8288c7a49ee164d075ead (patch)
tree29082200cfe445841da17f6d4fa021a6f7c48118 /dict.h
parent8f6d1ecd5f4301f899927a553572c5089fd29bcf (diff)
downloadltrace-bc8caf0ca16c8cb87bc8288c7a49ee164d075ead.tar.gz
NON-WORKING version of new fork() approach
Diffstat (limited to 'dict.h')
-rw-r--r--dict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dict.h b/dict.h
index 558e2f3..e4bf7b8 100644
--- a/dict.h
+++ b/dict.h
@@ -17,3 +17,4 @@ extern unsigned int dict_key2hash_string(void *key);
extern int dict_key_cmp_string(void *key1, void *key2);
extern unsigned int dict_key2hash_int(void *key);
extern int dict_key_cmp_int(void *key1, void *key2);
+extern struct dict * dict_clone(struct dict *old, void * (*key_clone)(void*), void * (*value_clone)(void*));