25 lines
286 B
C
25 lines
286 B
C
|
#include "precomp.h"
|
||
|
#pragma hdrstop
|
||
|
|
||
|
|
||
|
VOID
|
||
|
IpxcpGetConfiguration(PBOOL ThisMachineOnly,
|
||
|
PBOOL WanNetDatabaseInitialized,
|
||
|
PBOOL EnableGlobalWanNet,
|
||
|
PUCHAR GlobalWannet)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
VOID
|
||
|
IpxcpRouterStarted(VOID)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
VOID
|
||
|
IpxcpRouterStopped(VOID)
|
||
|
{
|
||
|
}
|