diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-02 23:41:50 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-02 23:41:50 +0000 |
commit | 402ea02016e848d338f8050b367d7e78b83f937e (patch) | |
tree | 7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /ar.c | |
parent | deede7ae6e95b3f0d4260f5f04608654a8128c18 (diff) | |
download | busybox-w32-402ea02016e848d338f8050b367d7e78b83f937e.tar.gz busybox-w32-402ea02016e848d338f8050b367d7e78b83f937e.tar.bz2 busybox-w32-402ea02016e848d338f8050b367d7e78b83f937e.zip |
add dpkg-deb command
git-svn-id: svn://busybox.net/trunk/busybox@1518 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 */ |