aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_log.h')
-rw-r--r--src/rt/rust_log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h
index 3b40869b..150d239a 100644
--- a/src/rt/rust_log.h
+++ b/src/rt/rust_log.h
@@ -93,4 +93,6 @@ rust_log::is_tracing(uint32_t type_bits) {
return type_bits & _type_bit_mask;
}
+void update_log_settings(void* crate_map, char* settings);
+
#endif /* RUST_LOG_H */