-- Copyright (C) 1984  by Xerox Corporation. All rights reserved. 
-- RoutingFudges.mesa, HGM, 13-Oct-84 15:30:30

RoutingFudges: DEFINITIONS =
  BEGIN
  
  SetPupFudge: PROCEDURE [hops: CARDINAL];
  SetNSFudge: PROCEDURE [hops: CARDINAL];

  END.