예제 #1
0
void RemoteDisco( void )
{
#ifdef SERVER
#else
    EndConv( _id );
#endif
}
예제 #2
0
파일: link.c 프로젝트: jossk/open-watcom-v2
/*
 * VxDDisconnect - stop a conversation with a server
 */
int __pascal VxDDisconnect( void )
{
#ifndef SERVER
    return( EndConv( __ConvId ) );
#else
    return( 0 );
#endif

} /* VxDDisconnect */