add missing proto

This commit is contained in:
Alexandre Ratchov 2014-03-05 21:12:35 +01:00
parent 946186b6e5
commit 2c1feaa186
1 changed files with 1 additions and 0 deletions

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 *);