mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
14 lines
240 B
Ada
14 lines
240 B
Ada
|
|
with VSS.JSON.Pull_Readers;
|
|
|
|
with Messages;
|
|
|
|
package Input is
|
|
|
|
procedure Read
|
|
(Reader : in out VSS.JSON.Pull_Readers.JSON_Pull_Reader'Class;
|
|
Item : out Messages.LSP_Text_Edit;
|
|
Success : in out Boolean);
|
|
|
|
end Input;
|