diff options
Diffstat (limited to 'src/core/ao_packet.h')
-rw-r--r-- | src/core/ao_packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_packet.h b/src/core/ao_packet.h index 9058c347..0eafd3b2 100644 --- a/src/core/ao_packet.h +++ b/src/core/ao_packet.h @@ -63,7 +63,7 @@ void ao_packet_putchar(char c) __reentrant; char -ao_packet_pollchar(void) __critical; +ao_packet_pollchar(void); #if PACKET_HAS_MASTER /* ao_packet_master.c */ |