summaryrefslogtreecommitdiffstatshomepage
path: root/py/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/map.h')
-rw-r--r--py/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/map.h b/py/map.h
index 5ce4e835b6..ba6bf9e6ee 100644
--- a/py/map.h
+++ b/py/map.h
@@ -32,3 +32,4 @@ void mp_map_clear(mp_map_t *map);
void mp_set_init(mp_set_t *set, int n);
mp_obj_t mp_set_lookup(mp_set_t *set, mp_obj_t index, bool add_if_not_found);
+void mp_set_clear(mp_set_t *set);