mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 07:53:23 -05:00
Fix warnings from bad prototype
This commit is contained in:
parent
7b32ce3022
commit
201ab40e73
@ -6,6 +6,6 @@
|
||||
#define _DISPATCH_H_
|
||||
|
||||
extern void daap_handler(WS_CONNINFO *pwsc);
|
||||
extern int daap_auth(char *username, char *password);
|
||||
extern int daap_auth(char *hostname, char *username, char *password);
|
||||
|
||||
#endif
|
||||
|
@ -236,6 +236,9 @@
|
||||
<File
|
||||
RelativePath="..\src\daapd.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dispatch.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\err.h">
|
||||
</File>
|
||||
|
Loading…
Reference in New Issue
Block a user