aboutsummaryrefslogtreecommitdiff
path: root/trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'trie.h')
-rw-r--r--trie.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trie.h b/trie.h
index 404864d3..908c4e41 100644
--- a/trie.h
+++ b/trie.h
@@ -43,4 +43,6 @@ int EMPTY(TRIE(TYPE))(TRIE(TYPE)*);
FMT_F(TRIE_NODE(TYPE));
FMT_F(TRIE(TYPE));
+int DEEP_COPY(TRIE(TYPE)) (TRIE(TYPE)* dest, TRIE(TYPE)* src);
+
#endif /* TYPE */