summaryrefslogtreecommitdiffstats
path: root/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'args.h')
-rw-r--r--args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/args.h b/args.h
index e721629c..13296ac8 100644
--- a/args.h
+++ b/args.h
@@ -189,3 +189,4 @@ void args_for_each(struct args *args,
int (*fn)(val arg, int ix, mem_t *ctx),
mem_t *ctx);
void args_keys_extract(struct args *args, struct args_bool_key *, int n);
+val dyn_args(struct args *args, val car, val cdr);