mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
inetcomm: Make a function static.
This commit is contained in:
parent
fd2cb87c87
commit
7d2993d24c
@ -460,7 +460,7 @@ static void POP3Transport_CallbackRecvRSETResp(IInternetTransport *iface, char *
|
||||
InternetTransport_ReadLine(&This->InetTransport, POP3Transport_CallbackProcessRSETResp);
|
||||
}
|
||||
|
||||
void POP3Transport_CallbackProcessRETRResp(IInternetTransport *iface, char *pBuffer, int cbBuffer)
|
||||
static void POP3Transport_CallbackProcessRETRResp(IInternetTransport *iface, char *pBuffer, int cbBuffer)
|
||||
{
|
||||
POP3Transport *This = (POP3Transport *)iface;
|
||||
POP3RESPONSE response;
|
||||
|
Loading…
x
Reference in New Issue
Block a user