diff options
Diffstat (limited to 'src/hvinfo_util.ads')
-rw-r--r-- | src/hvinfo_util.ads | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/hvinfo_util.ads b/src/hvinfo_util.ads new file mode 100644 index 0000000..d45667e --- /dev/null +++ b/src/hvinfo_util.ads @@ -0,0 +1,11 @@ +with Ada.Command_line; +with Ada.Text_IO; + +package HVInfo_Util is + + package IO renames Ada.Text_IO; + + procedure Print_Version; + procedure Print_Help; + +end HVINfo_Util; |