Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: f99a38c0121456822f8a9dfb7928eefceaa98201 authored by Junio C Hamano on 21 July 2015, 21:11:54 UTC
Git 2.5.0-rc3
Tip revision: f99a38c
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