On Wed, 12 Jul 2017 15:46:44 +0200
Paolo Bonzini wrote:
> -static void print_all(FILE *outfile, struct list_head *head, int trim_empty)
> +static void print_all(FILE *outfile, struct list_head *head,
> + struct trailer_opts *opts)
This can be "const struct trailer_opts *", I th
From: Paolo Bonzini
Pass the command-line arguments as a pointer to a new struct. This
will be extended soon to include more options.
Signed-off-by: Paolo Bonzini
---
builtin/interpret-trailers.c | 13 ++---
trailer.c| 14 --
trailer.h
2 matches
Mail list logo