]> git.ipfire.org Git - thirdparty/git.git/blobdiff - trailer.h
strbuf: separate callback for strbuf_expand:ing literals
[thirdparty/git.git] / trailer.h
index b997739649a37e8791e8448c2e7daefe8023bb71..06d417fe93c563afe445232afa60193744f6970d 100644 (file)
--- a/trailer.h
+++ b/trailer.h
@@ -72,6 +72,9 @@ struct process_trailer_options {
        int only_input;
        int unfold;
        int no_divider;
+       int value_only;
+       int (*filter)(const struct strbuf *, void *);
+       void *filter_data;
 };
 
 #define PROCESS_TRAILER_OPTIONS_INIT {0}