diff options
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,5 +25,6 @@ */ void match_init(void); +val match_funcall(val name, val arg); int extract(val spec, val filenames, val bindings); extern val choose_s; |