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.

18 lines
420 B

  1. //--------------------------------------------------------------------
  2. // TimeMonitor - header
  3. // Copyright (C) Microsoft Corporation, 1999
  4. //
  5. // Created by: Louis Thomas (louisth), 10-4-99
  6. //
  7. // Monitor time servers
  8. //
  9. #ifndef TIME_MONITOR_H
  10. #define TIME_MONITOR_H
  11. // forward decalrations
  12. struct CmdArgs;
  13. void PrintHelpTimeMonitor(void);
  14. HRESULT TimeMonitor(CmdArgs * pca);
  15. #endif //TIME_MONITOR_H