aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-errors.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-errors.ads')
-rw-r--r--src/grt/grt-errors.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-errors.ads b/src/grt/grt-errors.ads
index b7ee4c24d..5d316aaea 100644
--- a/src/grt/grt-errors.ads
+++ b/src/grt/grt-errors.ads
@@ -31,7 +31,8 @@ package Grt.Errors is
-- Set the stream for error messages. Must be called before using this
-- package.
- procedure Set_Out_Stream (Stream : Grt.Stdio.FILEs);
+ procedure Set_Error_Stream (Stream : Grt.Stdio.FILEs);
+ function Get_Error_Stream return Grt.Stdio.FILEs;
-- Multi-call error procedure.
-- Start and continue with Error_C, finish by an Error_E.