-- BBZones.mesa
-- Russ Atkinson, August 6, 1982 1:00 pm
BBZones:
CEDAR
DEFINITIONS =
BEGIN
GetPrefixedZone:
PROC
RETURNS [
ZONE];
GetQuantizedZone:
PROC
RETURNS [
ZONE];
END.