Fix warnings from bad prototype

This commit is contained in:
Ron Pedde
2006-04-16 05:14:22 +00:00
parent 7b32ce3022
commit 201ab40e73
2 changed files with 4 additions and 1 deletions

View File

@@ -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