Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
286 B

  1. #include "precomp.h"
  2. #pragma hdrstop
  3. VOID
  4. IpxcpGetConfiguration(PBOOL ThisMachineOnly,
  5. PBOOL WanNetDatabaseInitialized,
  6. PBOOL EnableGlobalWanNet,
  7. PUCHAR GlobalWannet)
  8. {
  9. }
  10. VOID
  11. IpxcpRouterStarted(VOID)
  12. {
  13. }
  14. VOID
  15. IpxcpRouterStopped(VOID)
  16. {
  17. }