mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-27 12:53:49 -05:00
Fix warnings from bad prototype
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user