diff options
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 */ |