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: 8eb25d565e284f54d32b1840ceeb45872dc6efb9 (plain)
1
2
3
4
5
6
#ifndef TRAILER_H
#define TRAILER_H

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

#endif /* TRAILER_H */