From 201ab40e73185f9534cda3958469a234fef1d795 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Sun, 16 Apr 2006 05:14:22 +0000 Subject: [PATCH] Fix warnings from bad prototype --- src/dispatch.h | 2 +- win32/mt-daapd.vcproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/dispatch.h b/src/dispatch.h index 59410ec8..6275d123 100644 --- a/src/dispatch.h +++ b/src/dispatch.h @@ -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 diff --git a/win32/mt-daapd.vcproj b/win32/mt-daapd.vcproj index 193fc710..0545f7a3 100644 --- a/win32/mt-daapd.vcproj +++ b/win32/mt-daapd.vcproj @@ -236,6 +236,9 @@ + +