Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trailer.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36b40b81761f95742c9c6fe7e94ba89f19aabfde (plain)
1
2
3
4
5
6
7
#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 */