aboutsummaryrefslogtreecommitdiff
path: root/src/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pf.c')
-rw-r--r--src/pf.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pf.c b/src/pf.c
index 34be4fd..7d86e4e 100644
--- a/src/pf.c
+++ b/src/pf.c
@@ -78,3 +78,18 @@ pf_co = {
78 .corl = true, 78 .corl = true,
79 .coud = true 79 .coud = true
80}; 80};
81
82PieceFilter
83pf_coud = {
84 .coud = true
85};
86
87PieceFilter
88pf_edges = {
89 .epose = true,
90 .eposs = true,
91 .eposm = true,
92 .eofb = true,
93 .eorl = true,
94 .eoud = true
95};

Generated with cgit - Back to sebastiano.tronto.net