diff options
Diffstat (limited to 'args.h')
-rw-r--r-- | args.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -163,4 +163,5 @@ INLINE void args_clear(struct args *args) val args_get_checked(val name, struct args *args, cnum *arg_index); struct args *args_copy(struct args *to, struct args *from); struct args *args_copy_zap(struct args *to, struct args *from); +struct args *args_cat_zap(struct args *to, struct args *from); val args_copy_to_list(struct args *args); |