1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

add missing proto

This commit is contained in:
Alexandre Ratchov 2014-03-05 21:12:35 +01:00
parent 946186b6e5
commit 2c1feaa186

View File

@ -93,6 +93,7 @@ void slot_ready(struct slot *);
void slot_start(struct slot *);
void slot_detach(struct slot *);
void slot_stop(struct slot *);
void slot_skip_update(struct slot *);
void slot_write(struct slot *);
void slot_read(struct slot *);
int slot_skip(struct slot *);