summaryrefslogtreecommitdiff
path: root/zwgc/text_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/text_operations.h')
-rw-r--r--zwgc/text_operations.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/zwgc/text_operations.h b/zwgc/text_operations.h
new file mode 100644
index 0000000..505815c
--- /dev/null
+++ b/zwgc/text_operations.h
@@ -0,0 +1,15 @@
+#ifndef text_operations_MODULE
+#define text_operations_MODULE
+
+#include "character_class.h"
+
+extern string protect();
+extern string verbatim();
+extern string lany();
+extern string lbreak();
+extern string lspan();
+extern string rany();
+extern string rbreak();
+extern string rspan();
+
+#endif