From f4f09d0626de7ff0d9d3643aa453f90be82c7791 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:43:21 +0000 Subject: [PATCH] *** empty log message *** --- src/create.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/create.c b/src/create.c index acc6c1a..639507c 100644 --- a/src/create.c +++ b/src/create.c @@ -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; -- 2.44.0