summaryrefslogtreecommitdiff
path: root/vm_debug.h
diff options
context:
space:
mode:
-rw-r--r--vm_debug.h1
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ extern enum ruby_debug_log_mode {
ruby_debug_log_file = 0x04,
} ruby_debug_log_mode;
void ruby_debug_log(const char *file, int line, const char *func_name, const char *fmt, ...);
void ruby_debug_log_print(unsigned int n);
bool ruby_debug_log_filter(const char *func_name);