add dpkg-deb command

This commit is contained in:
Glenn L McGrath
2001-01-02 23:41:50 +00:00
parent 004827d715
commit 7541e3a812
10 changed files with 55 additions and 7 deletions

2
ar.c
View File

@@ -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 */