summaryrefslogtreecommitdiff
path: root/src/hvinfo_util.ads
blob: b2530e9e5c5d8d7d79307a28737f97958a2e22ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
with Ada.Command_line;
with Ada.Text_IO;

with Config;

package HVInfo_Util is

    package IO renames Ada.Text_IO;

    procedure Print_Version;
    procedure Print_Help;

end HVINfo_Util;