diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index bd08115da..2043d8570 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -224,6 +224,7 @@ int bbunpack(char **argv, | |||
224 | const char *expected_ext | 224 | const char *expected_ext |
225 | ) FAST_FUNC; | 225 | ) FAST_FUNC; |
226 | 226 | ||
227 | void check_errors_in_children(int signo); | ||
227 | #if BB_MMU | 228 | #if BB_MMU |
228 | void open_transformer(int fd, | 229 | void open_transformer(int fd, |
229 | int check_signature, | 230 | int check_signature, |