fixed sio_read_abort prototype

This commit is contained in:
jani 2003-06-02 11:30:47 +00:00
parent 26d9b28f77
commit ea08652416

View File

@ -59,5 +59,5 @@ u32_t sio_write(sio_fd_t, u8_t *, u32_t);
#endif
#ifndef sio_read_abort
void sio_read_abort(void);
void sio_read_abort(sio_fd_t);
#endif