X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcreate.c;h=639507c3da1d711a605dca6212af155456836987;hb=f4f09d0626de7ff0d9d3643aa453f90be82c7791;hp=7398017a066d02c4cc0c9d765248e280bc6586a6;hpb=8e186a879ac17b4a2db7832b84e4b8c60eb941d2;p=chaz%2Ftar diff --git a/src/create.c b/src/create.c index 7398017..639507c 100644 --- a/src/create.c +++ b/src/create.c @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #ifdef _AIX -#pragma alloca + #pragma alloca #endif #include #include @@ -124,6 +124,7 @@ void to_oct (); void dump_file (); void write_dir_file (); void write_eot (); +void write_long (); int zero_record (); /* This code moved from tar.h since create.c is the only file that cares @@ -1435,6 +1436,7 @@ write_eot () } /* Write a LF_LONGLINK or LF_LONGNAME record. */ +void write_long (p, type) char *p; char type;