mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -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
|
||||
|
||||
Reference in New Issue
Block a user