mirror of
https://github.com/micropython/micropython.git
synced 2026-01-28 23:00:22 +01:00
py: Allow to compile with -Wstrict-prototypes.
This commit is contained in:
@@ -34,5 +34,5 @@ void readline_init0(void);
|
||||
int readline(vstr_t *line, const char *prompt);
|
||||
|
||||
void readline_init(vstr_t *line);
|
||||
void readline_note_newline();
|
||||
void readline_note_newline(void);
|
||||
int readline_process_char(int c);
|
||||
|
||||
Reference in New Issue
Block a user