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

View File

@ -236,6 +236,9 @@
<File
RelativePath="..\src\daapd.h">
</File>
<File
RelativePath="..\src\dispatch.h">
</File>
<File
RelativePath="..\src\err.h">
</File>