-- File: MFileOnNSFileOps.mesa - last edit:
-- Breisacher.ES       13-Dec-85  8:33:57
-- MEW		 7-May-86 14:47:54

-- Copyright (C) 1985, 1986 by Xerox Corporation. All rights reserved.

DIRECTORY
  File,
  MFile,
  NSFile;
    
MFileOnNSFileOps: DEFINITIONS =
  BEGIN
  
  NSRefFromMFHandle: PROCEDURE [MFile.Handle] RETURNS [NSFile.Reference];
  
  NSHandleFromMFHandle: PROCEDURE [MFile.Handle] RETURNS [NSFile.Handle]; 
  
  FirstPageAfterLeader: PROCEDURE [MFile.Handle] RETURNS [File.PageNumber]  
   
END....