blob: cad15af6fe1ca5f9dc99b54445dda6962766e687 [file] [log] [blame]
Dave Hylandsf14b92b2014-03-12 18:06:26 -07001void pyexec_raw_repl(void);
2void pyexec_repl(void);
3bool pyexec_file(const char *filename);
4
5MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj);