diff options
Diffstat (limited to 'trailer.h')
-rw-r--r-- | trailer.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ struct process_trailer_options { int only_input; int unfold; int no_divider; + int value_only; + const struct strbuf *separator; + int (*filter)(const struct strbuf *, void *); + void *filter_data; }; #define PROCESS_TRAILER_OPTIONS_INIT {0} |