aboutsummaryrefslogtreecommitdiff
path: root/examples/patterns/match_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/patterns/match_type.h')
-rw-r--r--examples/patterns/match_type.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/patterns/match_type.h b/examples/patterns/match_type.h
new file mode 100644
index 00000000..5d063431
--- /dev/null
+++ b/examples/patterns/match_type.h
@@ -0,0 +1,8 @@
+#pragma once
+
+typedef struct {
+ Text_t text;
+ Int_t index;
+ Array_t captures;
+} XMatch;
+