windows-nt/Source/XPSP1/NT/net/rras/netsh/ipx/ipxmon/ipxgl.h
2020-09-26 16:20:57 +08:00

38 lines
537 B
C

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
ipxgl.h
Abstract:
IPX Router Console Monitoring and Configuration tool.
IPX Global configuration.
Author:
Vadim Eydelman 06/07/1996
--*/
#ifndef _IPXMON_IPXGL_
#define _IPXMON_IPXGL_
int APIENTRY
ShowIpxGl (
IN int argc,
IN WCHAR *argv[],
IN BOOL bDump
);
int APIENTRY
SetIpxGl (
IN int argc,
IN WCHAR *argv[]
);
#endif