diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -56,12 +56,6 @@ | |||
56 | #define bb_need_name_longer_than_foo | 56 | #define bb_need_name_longer_than_foo |
57 | #include "messages.c" | 57 | #include "messages.c" |
58 | 58 | ||
59 | #ifdef BB_FEATURE_TAR_GZIP | ||
60 | extern int unzip(int in, int out); | ||
61 | extern int gz_open(FILE *compressed_file, int *pid); | ||
62 | extern void gz_close(int gunzip_pid); | ||
63 | #endif | ||
64 | |||
65 | /* Tar file constants */ | 59 | /* Tar file constants */ |
66 | #ifndef MAJOR | 60 | #ifndef MAJOR |
67 | #define MAJOR(dev) (((dev)>>8)&0xff) | 61 | #define MAJOR(dev) (((dev)>>8)&0xff) |