]> git.ipfire.org Git - thirdparty/git.git/blobdiff - trailer.h
t: teach lint that RHS of 'local VAR=VAL' needs to be quoted
[thirdparty/git.git] / trailer.h
index 410c61b62befa3d5f70146c0dccb0d0ec6c494de..1d106b6dd403b7755e4c81a1a40c1eea8eeae1d6 100644 (file)
--- a/trailer.h
+++ b/trailer.h
@@ -102,7 +102,8 @@ void trailer_info_release(struct trailer_info *info);
 
 void trailer_config_init(void);
 void format_trailers(const struct process_trailer_options *,
-                    struct list_head *trailers, FILE *outfile);
+                    struct list_head *trailers,
+                    struct strbuf *out);
 void free_trailers(struct list_head *);
 
 /*