[PATCH] inetcomm/smtptransport.c : Fix a typo ?

Amine Khaldi amine48rz at gmail.com
Wed Dec 16 12:27:02 CST 2009


---
 dlls/inetcomm/smtptransport.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/inetcomm/smtptransport.c b/dlls/inetcomm/smtptransport.c
index c3d6707..4b70476 100644
--- a/dlls/inetcomm/smtptransport.c
+++ b/dlls/inetcomm/smtptransport.c
@@ -433,8 +433,6 @@ static void SMTPTransport_CallbackMessageReadDataResponse(IInternetTransport *if
     InternetTransport_ReadLine(&This->InetTransport, SMTPTransport_CallbackMessageSendDataStream);
 }
 
-static void SMTPTransport_CallbackMessageSendTo(IInternetTransport *iface, char *pBuffer, int cbBuffer);
-
 static void SMTPTransport_CallbackMessageReadToResponse(IInternetTransport *iface, char *pBuffer, int cbBuffer)
 {
     SMTPTransport *This = (SMTPTransport *)iface;
-- 
1.6.5.1.1367.gcd48


--------------010801090904010107060200--



More information about the wine-patches mailing list