#ifndef _info_h #define _info_h /* Title: info File: info.h Purpose: Info Last update: Fri Jun 15 1990 */ /* ---- Includes ---- */ #include /* IMPORT: Widget */ /* ---- Exports ---- */ extern void info(); /* Display info modeless dialogue. */ #endif /*_info_h*/