aboutsummaryrefslogtreecommitdiffstats
path: root/src/file_comments.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_comments.ads')
-rw-r--r--src/file_comments.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/file_comments.ads b/src/file_comments.ads
index 0869ed31b..8bb4d117d 100644
--- a/src/file_comments.ads
+++ b/src/file_comments.ads
@@ -91,6 +91,10 @@ package File_Comments is
function Get_Next_Comment (File : Source_File_Entry;
Idx : Comment_Index)
return Comment_Index;
+
+ -- For the whole package.
+ procedure Initialize;
+ procedure Finalize;
private
type Comments_Range is record
-- Range of saved comments.