mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Bring raop_send_req_flush() prototype in line with others
This commit is contained in:
@@ -1066,7 +1066,7 @@ raop_send_req_teardown(struct raop_session *rs, evrtsp_req_cb cb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
raop_send_req_flush(struct raop_session *rs, evrtsp_req_cb cb, uint64_t rtptime)
|
raop_send_req_flush(struct raop_session *rs, uint64_t rtptime, evrtsp_req_cb cb)
|
||||||
{
|
{
|
||||||
char buf[64];
|
char buf[64];
|
||||||
struct evrtsp_request *req;
|
struct evrtsp_request *req;
|
||||||
@@ -1861,7 +1861,7 @@ raop_flush(raop_status_cb cb, uint64_t rtptime)
|
|||||||
if (rs->state != RAOP_STREAMING)
|
if (rs->state != RAOP_STREAMING)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
ret = raop_send_req_flush(rs, raop_flush_cb, rtptime);
|
ret = raop_send_req_flush(rs, rtptime, raop_flush_cb);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
raop_session_failure(rs);
|
raop_session_failure(rs);
|
||||||
|
|||||||
Reference in New Issue
Block a user