/* GUI.h */ /* This interface-description is used by all dialogs */ int initgui(); int opendialog(); int closedialog(); char ** get_requirements();