Add beginnings of mixed code execution support (#4613)
[mono.git] / mono / mini / interp / interp.h
index 6189b3d1be4e709841609b011a0ec76182cb2b5f..951c47c85e1a416fa8bcbad7e87d0263ccff3228 100644 (file)
@@ -24,6 +24,9 @@ mono_interp_init_delegate (MonoDelegate *del);
 gpointer
 mono_interp_create_trampoline (MonoDomain *domain, MonoMethod *method, MonoError *error);
 
+void
+mono_interp_parse_options (const char *options);
+
 void
 interp_walk_stack_with_ctx (MonoInternalStackWalk func, MonoContext *ctx, MonoUnwindOptions options, void *user_data);
 #endif /* __MONO_MINI_INTERPRETER_H__ */