diff options
Diffstat (limited to 'trailer.h')
-rw-r--r-- | trailer.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,8 +71,10 @@ struct process_trailer_options { int only_input; int unfold; int no_divider; + int key_only; int value_only; const struct strbuf *separator; + const struct strbuf *key_value_separator; int (*filter)(const struct strbuf *, void *); void *filter_data; }; |