-- Reporter bindings for Ada 95
-- Reporter module by Chris Morison & Martin Avison
-- Ada 95 bindings by Stefan Bellon

package Reporter is

   procedure Report (Text : in String);
   procedure Clear (Text : in String := "");
   procedure On (Text : in String := "");
   procedure Off (Text : in String := "");
   procedure Close;
   procedure Error; -- not very useful at the moment!

end Reporter;
