diff options
Diffstat (limited to 'core/print_string.h')
-rw-r--r-- | core/print_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/print_string.h b/core/print_string.h index 49960b7ed7..c3e91f32fa 100644 --- a/core/print_string.h +++ b/core/print_string.h @@ -47,9 +47,11 @@ struct PrintHandlerList { }; + void add_print_handler(PrintHandlerList *p_handler); void remove_print_handler(PrintHandlerList *p_handler); +extern bool _print_line_enabled; extern void print_line(String p_string); #endif |