diff options
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,5 +31,5 @@ val format_field(val string_or_list, val modifier, val filter, val eval_fun); val match_filter(val name, val arg, val other_args); val match_fun(val name, val args, val input, val files); val include(val specline); -int extract(val spec, val filenames, val bindings); +val extract(val spec, val filenames, val bindings); void match_init(void); |