diff options
Diffstat (limited to 'trailer.h')
-rw-r--r-- | trailer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ struct process_trailer_options { int trim_empty; int only_trailers; int only_input; + int unfold; }; #define PROCESS_TRAILER_OPTIONS_INIT {0} |