Drop/move unused prototypes for slot_xxx()

This commit is contained in:
Alexandre Ratchov 2021-01-22 16:46:41 +01:00
parent ac7ddc5301
commit ae76a1f941
2 changed files with 3 additions and 5 deletions

View File

@ -80,14 +80,9 @@ void slot_ctlname(struct slot *, char *, size_t);
void slot_log(struct slot *);
void slot_del(struct slot *);
void slot_setvol(struct slot *, unsigned int);
void slot_attach(struct slot *);
void slot_ready(struct slot *);
void slot_allocbufs(struct slot *);
void slot_freebufs(struct slot *);
void slot_initconv(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 *);

View File

@ -309,6 +309,9 @@ void slot_start(struct slot *);
void slot_stop(struct slot *);
void slot_read(struct slot *);
void slot_write(struct slot *);
void slot_initconv(struct slot *);
void slot_attach(struct slot *);
void slot_detach(struct slot *);
/*
* control related functions