Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 02:41:50 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 02:41:50 +0300
commit7541e3a812b0d6190b63bcc8327526d9cbef68e2 (patch)
tree7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /ar.c
parent004827d71597b49c9c2eaac2654edc114981367c (diff)
add dpkg-deb command
Diffstat (limited to 'ar.c')
-rw-r--r--ar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar.c b/ar.c
index bd54bb6b8..596574e6a 100644
--- a/ar.c
+++ b/ar.c
@@ -39,7 +39,7 @@ typedef struct ar_headers_s {
/*
* return the headerL_t struct for the filename descriptor
*/
-static ar_headers_t get_headers(int srcFd)
+extern ar_headers_t get_headers(int srcFd)
{
typedef struct raw_ar_header_s { /* Byte Offset */
char name[16]; /* 0-15 */