summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-05-17 20:07:38 -0400
committerAdrian Thurston <thurston@complang.org>2015-05-17 20:07:38 -0400
commit906cbc08f4fb5ddd44425b10b090ab98c2a07935 (patch)
treec4fb4d885c64b5a5d907340de697f84b693e9ae6 /src/map.h
parent2b69ada078f1d82298e80e76cdefdfbf8b930f93 (diff)
downloadcolm-906cbc08f4fb5ddd44425b10b090ab98c2a07935.tar.gz
naming convention improvements
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index d4a67a76..b3a23671 100644
--- a/src/map.h
+++ b/src/map.h
@@ -52,6 +52,8 @@ map_el_t *mapDetach( program_t *prg, map_t *map, map_el_t *element );
map_el_t *mapCopyBranch( program_t *prg, map_t *map, map_el_t *el,
kid_t *oldNextDown, kid_t **newNextDown );
+struct tree_pair mapRemove( program_t *prg, map_t *map, tree_t *key );
+
long cmpTree( program_t *prg, const tree_t *tree1, const tree_t *tree2 );
void mapImplRemoveEl( program_t *prg, map_t *map, map_el_t *element );