mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
Make daap_session_find() non-static so DACP can use it
This commit is contained in:
parent
9f1c849241
commit
168144c1e0
@ -393,7 +393,7 @@ daap_session_kill(struct daap_session *s)
|
||||
avl_delete(daap_sessions, s);
|
||||
}
|
||||
|
||||
static struct daap_session *
|
||||
struct daap_session *
|
||||
daap_session_find(struct evhttp_request *req, struct evkeyvalq *query, struct evbuffer *evbuf)
|
||||
{
|
||||
struct daap_session needle;
|
||||
|
Loading…
Reference in New Issue
Block a user