summaryrefslogtreecommitdiff
path: root/src/deckdata-process.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/deckdata-process.ads')
-rw-r--r--src/deckdata-process.ads15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/deckdata-process.ads b/src/deckdata-process.ads
new file mode 100644
index 0000000..f0f16cf
--- /dev/null
+++ b/src/deckdata-process.ads
@@ -0,0 +1,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;
+
+