--- lbbs/src/screen.c 2025/04/29 14:04:10 1.23 +++ lbbs/src/screen.c 2025/04/30 09:18:20 1.24 @@ -17,7 +17,11 @@ #include "bbs.h" #include "common.h" +#include "log.h" #include "io.h" +#include "screen.h" +#include +#include #include #include #include @@ -99,7 +103,7 @@ void set_input_echo(int echo) } } -int _str_input(char *buffer, int buffer_length, int echo_mode) +static int _str_input(char *buffer, int buffer_length, int echo_mode) { char buf[256], ch; int c, offset = 0, len, loop = 1, i, hz = 0;