diff options
Diffstat (limited to 'src/synth/synth-errors.ads')
-rw-r--r-- | src/synth/synth-errors.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-errors.ads b/src/synth/synth-errors.ads index b6b5885c4..76506d430 100644 --- a/src/synth/synth-errors.ads +++ b/src/synth/synth-errors.ads @@ -34,4 +34,7 @@ package Synth.Errors is procedure Warning_Msg_Synth (Loc : Location_Type; Msg : String; Args : Earg_Arr := No_Eargs); + procedure Info_Msg_Synth (Loc : Location_Type; + Msg : String; + Args : Earg_Arr := No_Eargs); end Synth.Errors; |