Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: b260d265e189728b26e50506ac6ffab6a7d588da authored by Junio C Hamano on 26 November 2014, 21:18:34 UTC
Git 2.2
Tip revision: b260d26
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