blob: 57188aab5dbe6a1fcba955eea5f9ff9c57389a7e [file] [log] [blame]
/* DPLAYX.DLL name server implementation
*
* Copyright 2000 - Peter Hunnisett
*
* <presently under construction - contact hunnise@nortelnetworks.com>
*
*/
/* NOTE: Methods with the NS_ prefix are name server methods */
#include "debugtools.h"
#include "name_server.h"
DEFAULT_DEBUG_CHANNEL(dplay);
void DPLAYX_NS_SetLocalComputerAsNameServer( LPDPSESSIONDESC2 lpsd )
{
FIXME( ": (%p) stub\n", lpsd );
}