//============================================================================
// 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
