]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:50:22 +0000 (02:50 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:50:22 +0000 (02:50 +0000)
src/tar.h

index 853d6e42e1123807be3c5fedbc31917ab2516853..4a3b23d7500f0c144b755904fa7b03cf20f50e84 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -122,6 +122,10 @@ union record {
                                           the names of files that were in
                                           the dir at the time the dump
                                           was made */
+#define LF_LONGLINK    'K'             /* Identifies the NEXT file on the tape
+                                          as having a long linkname */
+#define LF_LONGNAME    'L'             /* Identifies the NEXT file on the tape
+                                          as having a long name. */
 #define LF_MULTIVOL    'M'             /* This is the continuation
                                           of a file that began on another
                                           volume */
This page took 0.024458 seconds and 4 git commands to generate.