From b1d78d77bfbf026e8222c02f1009767a466de0b1 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Mon, 13 Oct 2014 20:16:28 +0200 Subject: trailer: put all the processing together and print This patch adds the process_trailers() function that calls all the previously added processing functions and then prints the results on the standard output. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- trailer.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 trailer.h (limited to 'trailer.h') diff --git a/trailer.h b/trailer.h new file mode 100644 index 000000000..8eb25d565 --- /dev/null +++ b/trailer.h @@ -0,0 +1,6 @@ +#ifndef TRAILER_H +#define TRAILER_H + +void process_trailers(const char *file, int trim_empty, struct string_list *trailers); + +#endif /* TRAILER_H */ -- cgit v1.2.1