mirror of
https://github.com/AdaCore/markdown.git
synced 2026-02-12 13:11:15 -08:00
17 lines
337 B
Ada
17 lines
337 B
Ada
--
|
|
-- Copyright (C) 2021-2023, AdaCore
|
|
--
|
|
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
--
|
|
|
|
with Markdown.Implementation;
|
|
|
|
package Markdown.Blocks.Internals is
|
|
pragma Preelaborate;
|
|
|
|
procedure Set
|
|
(Self : in out Block;
|
|
Data : Markdown.Implementation.Abstract_Block_Access);
|
|
|
|
end Markdown.Blocks.Internals;
|