]> git.ipfire.org Git - thirdparty/git.git/blobdiff - trailer.h
trailer_info_get(): reorder parameters
[thirdparty/git.git] / trailer.h
index c6d3ee49bbf76988aef57eefee8c15a9ac1aa32a..410c61b62befa3d5f70146c0dccb0d0ec6c494de 100644 (file)
--- a/trailer.h
+++ b/trailer.h
@@ -94,8 +94,9 @@ void parse_trailers(const struct process_trailer_options *,
                    const char *str,
                    struct list_head *head);
 
-void trailer_info_get(struct trailer_info *info, const char *str,
-                     const struct process_trailer_options *opts);
+void trailer_info_get(const struct process_trailer_options *,
+                     const char *str,
+                     struct trailer_info *);
 
 void trailer_info_release(struct trailer_info *info);