{ RHP$CLOSE_FILE
{
{     The purpose of this procedure is to close a local file.
{
{     RHP$CLOSE_FILE (LOCAL_FILE_INFO)
{
{ LOCAL_FILE_INFO: (input) This parameter specifies all information
{     pertinent to local file access.
{

 PROCEDURE [XREF] rhp$close_file ALIAS 'rhmcls' (
   VAR local_file_info: rht$local_file_info);

?? PUSH (LISTEXT := ON) ??
*copyc RHT$FUNCTION_STATUS
?? POP ??
