summaryrefslogtreecommitdiffstats
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.h b/match.h
index 2a56cf38..d8f075a3 100644
--- a/match.h
+++ b/match.h
@@ -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);