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.
26 lines
518 B
26 lines
518 B
//============================================================================
|
|
// Copyright (c) 1995, Microsoft Corporation
|
|
//
|
|
// File: rtmv1rtm.h
|
|
//
|
|
// History:
|
|
// Chaitk Feb-13-1999 Created.
|
|
//
|
|
// Private interface between RTMv1 and RTMv2
|
|
//============================================================================
|
|
|
|
|
|
#ifndef _ROUTING_RTMv1RTM_
|
|
#define _ROUTING_RTMv1RTM_
|
|
|
|
BOOL
|
|
Rtmv1DllStartup(
|
|
HINSTANCE hinstDLL // DLL instance handle
|
|
);
|
|
|
|
|
|
VOID
|
|
Rtmv1DllCleanup(
|
|
);
|
|
|
|
#endif
|