Leaked source code of windows server 2003
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.

27 lines
704 B

  1. //--------------------------------------------------------------------
  2. // OtherCmds - header
  3. // Copyright (C) Microsoft Corporation, 1999
  4. //
  5. // Created by: Louis Thomas (louisth), 2-17-00
  6. //
  7. // Other useful w32tm commands
  8. //
  9. #ifndef OTHER_CMDS_H
  10. #define OTHER_CMDS_H
  11. // forward decalrations
  12. struct CmdArgs;
  13. void PrintHelpOtherCmds(void);
  14. HRESULT SysExpr(CmdArgs * pca);
  15. HRESULT PrintNtte(CmdArgs * pca);
  16. HRESULT PrintNtpte(CmdArgs * pca);
  17. HRESULT ResyncCommand(CmdArgs * pca);
  18. HRESULT Stripchart(CmdArgs * pca);
  19. HRESULT Config(CmdArgs * pca);
  20. HRESULT TestInterface(CmdArgs * pca);
  21. HRESULT ShowTimeZone(CmdArgs * pca);
  22. HRESULT DumpReg(CmdArgs * pca);
  23. #endif //OTHER_CMDS_H