1 /* DPLAYX.DLL name server implementation
3 * Copyright 2000 - Peter Hunnisett
5 * <presently under construction - contact hunnise@nortelnetworks.com>
9 /* NOTE: Methods with the NS_ prefix are name server methods */
12 #include "debugtools.h"
13 #include "name_server.h"
15 DEFAULT_DEBUG_CHANNEL(dplay
);
18 void DPLAYX_NS_SetLocalComputerAsNameServer( LPDPSESSIONDESC2 lpsd
)
20 FIXME( ": (%p) stub\n", lpsd
);