diff options
Diffstat (limited to 'core/print_string.h')
-rw-r--r-- | core/print_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/print_string.h b/core/print_string.h index 3465888d4c..c1d2d0ff3a 100644 --- a/core/print_string.h +++ b/core/print_string.h @@ -58,5 +58,6 @@ extern bool _print_line_enabled; extern bool _print_error_enabled; extern void print_line(String p_string); extern void print_error(String p_string); +extern void print_verbose(String p_string); #endif |