mirror of https://github.com/lianthony/NT4.0
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.
31 lines
535 B
31 lines
535 B
/**
|
|
Copyright(c) Maynard Electronics, Inc. 1984-89
|
|
|
|
|
|
Name: finitfs.h
|
|
|
|
Date Updated: $./FDT$ $./FTM$
|
|
|
|
Description:
|
|
|
|
Location:
|
|
|
|
|
|
$Log: N:/LOGFILES/FINITFS.H_V $
|
|
*
|
|
* Rev 1.1 21 Jun 1991 13:20:58 BARRY
|
|
* Changes for new config.
|
|
*
|
|
* Rev 1.0 09 May 1991 13:33:00 HUNTER
|
|
* Initial revision.
|
|
|
|
**/
|
|
/* $end$ */
|
|
|
|
INT16 AddFakeRemoteWorkStationDLEs( DLE_HAND hand );
|
|
|
|
INT16 InitializeFakeRemote( DLE_HAND dle_hand, struct BE_CFG *cfg ) ;
|
|
|
|
VOID RemoveFakeRemote( DLE_HAND dle_hand ) ;
|
|
|
|
|