The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
int [% function %] (const [% type %] * word1,
                    int len1,
[%- IF use_text_fuzzy %]
                    text_fuzzy_t * tf
[%- ELSE %]
                    const [% type %] * word2
                    int len2,
                    int max
[%- END -%]
)