windows-nt/Source/XPSP1/NT/ds/security/services/w32time/w32tm/othercmds.h

28 lines
677 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//--------------------------------------------------------------------
// OtherCmds - header
// Copyright (C) Microsoft Corporation, 1999
//
// Created by: Louis Thomas (louisth), 2-17-00
//
// Other useful w32tm commands
//
#ifndef OTHER_CMDS_H
#define OTHER_CMDS_H
// forward decalrations
struct CmdArgs;
void PrintHelpOtherCmds(void);
HRESULT SysExpr(CmdArgs * pca);
HRESULT PrintNtte(CmdArgs * pca);
HRESULT PrintNtpte(CmdArgs * pca);
HRESULT ResyncCommand(CmdArgs * pca);
HRESULT Stripchart(CmdArgs * pca);
HRESULT Config(CmdArgs * pca);
HRESULT TestInterface(CmdArgs * pca);
HRESULT ShowTimeZone(CmdArgs * pca);
HRESULT DumpReg(CmdArgs * pca);
#endif //OTHER_CMDS_H