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.
30 lines
522 B
30 lines
522 B
/**
|
|
Copyright(c) Maynard Electronics, Inc. 1984-89
|
|
|
|
|
|
Name: rinitfs.h
|
|
|
|
Date Updated: $./FDT$ $./FTM$
|
|
|
|
Description:
|
|
|
|
Location:
|
|
|
|
|
|
$Log: N:/LOGFILES/RINITFS.H_V $
|
|
*
|
|
* Rev 1.1 21 Jun 1991 13:21:06 BARRY
|
|
* Changes for new config.
|
|
*
|
|
* Rev 1.0 09 May 1991 13:33:32 HUNTER
|
|
* Initial revision.
|
|
|
|
**/
|
|
/* $end$ */
|
|
|
|
INT16 AddRemoteWorkStationDLEs( DLE_HAND hand );
|
|
|
|
INT16 InitializeRemote( DLE_HAND dle_hand, struct BE_CFG *cfg ) ;
|
|
|
|
VOID RemoveRemote( DLE_HAND dle_hand ) ;
|
|
|