summaryrefslogtreecommitdiffstats
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/match.h b/match.h
index a3b19f0f..eb369495 100644
--- a/match.h
+++ b/match.h
@@ -27,11 +27,14 @@
extern val text_s, choose_s, gather_s, do_s, require_s;
extern val close_s, load_s, include_s, mod_s, modlast_s, line_s;
-extern val counter_k, vars_k, env_k, var_k;
+extern val counter_k, vars_k, env_k, var_k, into_k, named_k;
val match_expand_keyword_args(val elem);
val match_expand_elem(val elem);
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);
val extract(val spec, val filenames, val bindings);
+void match_reg_var(val sym);
+void match_reg_params(val params);
+void match_reg_elem(val elem);
void match_init(void);