Revision a17c56c056d5fea0843b429132904c429a900229 authored by Junio C Hamano on 27 July 2015, 19:29:47 UTC, committed by Junio C Hamano on 27 July 2015, 19:29:47 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7a2c87b
Raw File
trailer.h
#ifndef TRAILER_H
#define TRAILER_H

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

#endif /* TRAILER_H */
back to top