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

38 lines
511 B
C

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
routes.h
Abstract:
IPX Router Console Monitoring and Configuration tool.
Route monitoring. Header File
Author:
Vadim Eydelman 06/07/1996
--*/
#ifndef _IPXMON_ROUTES_
#define _IPXMON_ROUTES_
DWORD
APIENTRY
HelpRoute (
IN int argc,
IN WCHAR *argv[]
);
DWORD
APIENTRY
ShowRoute (
IN int argc,
IN WCHAR *argv[]
);
#endif