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 6a3002b4..00eb1f1d 100644
--- a/match.h
+++ b/match.h
@@ -25,6 +25,6 @@
*/
void match_init(void);
-val match_funcall(val name, val arg);
+val match_funcall(val name, val arg, val other_args);
int extract(val spec, val filenames, val bindings);
extern val choose_s;