blob: f0f16cff759c1a53a1b5e635f1fe0b76cb71843b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- This source is licensed under the Sunset License v1.0
package Deckdata.Process is
procedure Strip_Formatting
(Notes : in out Note_Vector);
end Deckdata.Process;
|