diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-02 23:41:50 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-01-02 23:41:50 +0000 |
commit | 7541e3a812b0d6190b63bcc8327526d9cbef68e2 (patch) | |
tree | 7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /ar.c | |
parent | 004827d71597b49c9c2eaac2654edc114981367c (diff) | |
download | busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.gz busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.bz2 busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.zip |
add dpkg-deb command
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ typedef struct ar_headers_s { | |||
39 | /* | 39 | /* |
40 | * return the headerL_t struct for the filename descriptor | 40 | * return the headerL_t struct for the filename descriptor |
41 | */ | 41 | */ |
42 | static ar_headers_t get_headers(int srcFd) | 42 | extern ar_headers_t get_headers(int srcFd) |
43 | { | 43 | { |
44 | typedef struct raw_ar_header_s { /* Byte Offset */ | 44 | typedef struct raw_ar_header_s { /* Byte Offset */ |
45 | char name[16]; /* 0-15 */ | 45 | char name[16]; /* 0-15 */ |