7 lines
148 B
C
7 lines
148 B
C
|
#ifndef TRAILER_H
|
||
|
#define TRAILER_H
|
||
|
|
||
|
void process_trailers(const char *file, int trim_empty, struct string_list *trailers);
|
||
|
|
||
|
#endif /* TRAILER_H */
|