Remobed ResetAllSockets; renamed CloseAllSockets to CloseXPSSockets

This commit is contained in:
MarkRivers
2006-04-29 19:03:11 +00:00
parent 04ed7197c3
commit c28e8fbf96
+1 -8
View File
@@ -235,7 +235,7 @@ void CloseSocket(int SocketIndex)
}
/***************************************************************************************/
void CloseAllSockets(void)
void CloseXPSSockets(void)
{
int i;
@@ -244,13 +244,6 @@ void CloseAllSockets(void)
}
}
/***************************************************************************************/
void ResetAllSockets(void)
{
CloseAllSockets();
}
/***************************************************************************************/
char * GetError(int SocketIndex)
{