summaryrefslogtreecommitdiff
path: root/py/objfun.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/objfun.h')
-rw-r--r--py/objfun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/objfun.h b/py/objfun.h
index fbb351626..257b8a65a 100644
--- a/py/objfun.h
+++ b/py/objfun.h
@@ -41,4 +41,6 @@ typedef struct _mp_obj_fun_bc_t {
mp_obj_t extra_args[];
} mp_obj_fun_bc_t;
+void mp_obj_fun_bc_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest);
+
#endif // MICROPY_INCLUDED_PY_OBJFUN_H