diff options
Diffstat (limited to 'shared/runtime/pyexec.h')
-rw-r--r-- | shared/runtime/pyexec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/runtime/pyexec.h b/shared/runtime/pyexec.h index 5779d3e09a..95f4481626 100644 --- a/shared/runtime/pyexec.h +++ b/shared/runtime/pyexec.h @@ -42,6 +42,7 @@ int pyexec_friendly_repl(void); int pyexec_file(const char *filename); int pyexec_file_if_exists(const char *filename); int pyexec_frozen_module(const char *name, bool allow_keyboard_interrupt); +int pyexec_vstr(vstr_t *str, bool allow_keyboard_interrupt); void pyexec_event_repl_init(void); int pyexec_event_repl_process_char(int c); extern uint8_t pyexec_repl_active; |