Staging
v0.5.1
Revision 90f7b16b3adc78d4bbabbd426fb69aa78c714f71 authored by Junio C Hamano on 28 March 2016, 19:19:45 UTC, committed by Junio C Hamano on 28 March 2016, 19:19:45 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 56331f8
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