Hi Amine,
-static void SMTPTransport_CallbackMessageSendTo(IInternetTransport *iface, char *pBuffer, int cbBuffer); -
The actual function is a little bit under.
Um, it's called a prototype, and it's needed to compile smtptransport.c. Have you tested this patch at all? --Juan
Hi Amine,
Hi Juan,
Um, it's called a prototype, and it's needed to compile smtptransport.c. Have you tested this patch at all?
I knew it was a prototype, I just thought it was left over, as it wasn't at the top of the file, and I saw no other prototype in that file. As for testing, I was eventually going to re-compile, so I guess I'd figure this out later if you didn't mention it.
Amine.
I knew it was a prototype, I just thought it was left over, as it wasn't at the top of the file, and I saw no other prototype in that file. As for testing, I was eventually going to re-compile, so I guess I'd figure this out later if you didn't mention it.
We're not here to test your patches for you. C'mon, this should be obvious. --Juan