X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=6c790f69046cf7fefb94ac37224a9c6fccca2195;hp=e3161b4c383319031c06f17e9a9462015296a522;hb=4f1f3e836393304434130d362771a39f6f8f859a;hpb=7afcec1a1dce140dfa569469df4ef42ed407a742 diff --git a/src/core/ao.h b/src/core/ao.h index e3161b4c..6c790f69 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -638,7 +638,7 @@ ao_monitor_init(void) __reentrant; #define AO_READ_AGAIN (-1) struct ao_stdio { - int (*pollchar)(void); + int (*_pollchar)(void); /* Called with interrupts blocked */ void (*putchar)(char c) __reentrant; void (*flush)(void); uint8_t echo;