-- NuthatchUpdater.mesa
-- Contents: Process to read from a nuthatch log and call the appropriate Nuthatch database routines to effect the updates.
-- The log reads and database writes should occur under a Cypress transaction.
--Last Edited by: Lia, September 30, 1983 11:26 am
DIRECTORY
Nuthatch USING [NuthatchUserHandle];
NuthatchUpdater: CEDAR DEFINITIONS =
BEGIN
DoLogEntries: PROC [nuthatchUserHandle: Nuthatch.NuthatchUserHandle] ;
END.