aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_table.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/str_table.ads')
-rw-r--r--src/str_table.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/str_table.ads b/src/str_table.ads
index fd783562e..c15bd8089 100644
--- a/src/str_table.ads
+++ b/src/str_table.ads
@@ -58,6 +58,9 @@ package Str_Table is
-- valid anymore.
function String8_Address (Id : String8_Id) return System.Address;
- -- Free all the memory and reinitialize the package.
+ -- Free all the memory
+ procedure Finalize;
+
+ -- Initialize the package.
procedure Initialize;
end Str_Table;