Aaro Koskinen | 2735bc0 | 2015-10-16 17:24:46 +0200 | [diff] [blame] | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | ||||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | ||||
4 | */ | ||||
Aaro Koskinen | 2735bc0 | 2015-10-16 17:24:46 +0200 | [diff] [blame] | 5 | #include "libbb.h" |
6 | #include "bb_archive.h" | ||||
7 | |||||
Denys Vlasenko | 3e134eb | 2016-04-22 18:09:21 +0200 | [diff] [blame] | 8 | const char cpio_TRAILER[] ALIGN1 = "TRAILER!!!"; |