remove namespaces from tokens again when they go out of scope
[swftools.git] / lib / q.h
diff --git a/lib/q.h b/lib/q.h
index 9e50000..db55cd6 100644 (file)
--- a/lib/q.h
+++ b/lib/q.h
@@ -212,6 +212,7 @@ void heap_dump(heap_t*h, FILE*fi);
 void** heap_flatten(heap_t*h);
 
 void trie_put(trie_t**t, unsigned const char*id);
+char trie_remove(trie_t*t, unsigned const char*id);
 int trie_lookup(trie_t*t, unsigned const char*id);
 
 array_t* array_new();