summaryrefslogtreecommitdiffstatshomepage
path: root/py/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/runtime.h')
-rw-r--r--py/runtime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/runtime.h b/py/runtime.h
index c4cd094389..d5d160535f 100644
--- a/py/runtime.h
+++ b/py/runtime.h
@@ -157,3 +157,5 @@ py_obj_t rt_getiter(py_obj_t o);
py_obj_t rt_iternext(py_obj_t o);
py_obj_t rt_import_name(qstr name, py_obj_t fromlist, py_obj_t level);
py_obj_t rt_import_from(py_obj_t module, qstr name);
+
+py_obj_t rt_gen_instance_next(py_obj_t self_in);