diff options
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |