summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-02-13 23:32:07 -0500
committerAdrian Thurston <thurston@complang.org>2015-02-13 23:32:07 -0500
commitc61aaeda6a00d6133cd8042c6a978291ddd44bec (patch)
tree5ddb55cfd20ccb1b8cd5ed309de75743f0012428 /src/map.h
parent3151be71170cd2ac01567d6277ccf5019a647bc9 (diff)
downloadcolm-c61aaeda6a00d6133cd8042c6a978291ddd44bec.tar.gz
cleanup of the GenericType struct
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 6c7cce66..a63c63c4 100644
--- a/src/map.h
+++ b/src/map.h
@@ -71,6 +71,7 @@ MapEl *colm_map_find( Program *prg, Map *map, Tree *key );
MapEl *colm_vmap_insert( Program *prg, Map *map, Struct *key, Struct *value );
MapEl *colm_vmap_remove( Program *prg, Map *map, Tree *key );
Tree *colm_map_iter_advance( Program *prg, Tree ***psp, ListIter *iter );
+Tree *colm_vmap_find( Program *prg, Map *map, Tree *key );
#if defined(__cplusplus)
}