Revision 808ecd4cca75acac5e4868f15d3e647fc73698d3 authored by Junio C Hamano on 21 March 2016, 20:41:37 UTC, committed by Junio C Hamano on 21 March 2016, 20:41:37 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fb238fb
Raw File
trailer.h
#ifndef TRAILER_H
#define TRAILER_H

void process_trailers(const char *file, int in_place, int trim_empty,
		      struct string_list *trailers);

#endif /* TRAILER_H */
back to top