aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-options.ads')
-rw-r--r--src/grt/grt-options.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grt/grt-options.ads b/src/grt/grt-options.ads
index fa7e1f660..32852d650 100644
--- a/src/grt/grt-options.ads
+++ b/src/grt/grt-options.ads
@@ -65,6 +65,9 @@ package Grt.Options is
subtype Natural_Time_Scale is Natural range 0 .. 5;
Time_Resolution_Scale : Natural_Time_Scale;
+ -- Set Time_Resolution_Scale from Flag_String.
+ procedure Set_Time_Resolution;
+
-- Display options help.
-- Should not be called directly.
procedure Help;