mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 05:03:17 -05:00
needed fd for update to test for dead socket
This commit is contained in:
parent
98ef1d26fd
commit
3993a75dbf
@ -26,7 +26,7 @@
|
||||
DAAP_BLOCK *daap_response_server_info(char *name);
|
||||
DAAP_BLOCK *daap_response_content_codes(void);
|
||||
DAAP_BLOCK *daap_response_login(void);
|
||||
DAAP_BLOCK *daap_response_update(int clientver);
|
||||
DAAP_BLOCK *daap_response_update(int fd, int clientver);
|
||||
DAAP_BLOCK *daap_response_songlist(void);
|
||||
DAAP_BLOCK *daap_response_playlists(char *name);
|
||||
DAAP_BLOCK *daap_response_dbinfo(char *name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user