DEFINITION MODULE TunInfo; (* This module displays a requester with some info about Tunnel. Created: 6/11/86 by Richie Bielak Modified: 17/2/88 by Garth Thornton CopyRight (c) 1986, by Richie Bielak This program may be freely distributed. But please leave my name in. Thanks... Richie. and... Garth. *) FROM Intuition IMPORT WindowPtr; PROCEDURE InitTunInfo (); PROCEDURE ShowTunInfo (wp : WindowPtr); END TunInfo.