22 lines
312 B
C
22 lines
312 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
net\routing\netsh\ip\ipmon\routing.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Prototype for fns called in routing.c
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Dave Thaler 3/03/99
|
||
|
|
||
|
--*/
|
||
|
|
||
|
extern const GUID g_RoutingGuid;
|
||
|
extern const GUID g_NetshGuid;
|
||
|
|
||
|
NS_HELPER_START_FN RoutingStartHelper;
|