Ignore:
Timestamp:
Jul 3, 2002, 11:47:37 AM (23 years ago)
Author:
sandervl
Message:

Added WSASendDisconnect stub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws2_32/socketodin.cpp

    r7023 r8828  
    1 /* $Id: socketodin.cpp,v 1.2 2001-10-11 19:24:38 sandervl Exp $ */
     1/* $Id: socketodin.cpp,v 1.3 2002-07-03 09:47:37 sandervl Exp $ */
    22
    33#include <odin.h>
     
    8181//******************************************************************************
    8282//******************************************************************************
     83int WIN32API WSASendDisconnect(SOCKET s, LPWSABUF lpOutboundDisconnectData)
     84{
     85   dprintf(("WSASendDisconnect %x %x STUB", s, lpOutboundDisconnectData));
     86   WSASetLastError(NO_ERROR);
     87   return NO_ERROR;
     88}
     89//******************************************************************************
     90//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.