]> Dogcows Code - chaz/tar/commitdiff
(seek_archive): New function
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 19 May 2004 14:25:55 +0000 (14:25 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 19 May 2004 14:25:55 +0000 (14:25 +0000)
(seekable_archive): New global.

src/common.h

index abcdbbca94541f3eeef89a56a129c0e164108b29..aabea57609a6d6b03e62718dd75f9897340c5ed5 100644 (file)
@@ -331,6 +331,8 @@ struct name
 GLOBAL dev_t ar_dev;
 GLOBAL ino_t ar_ino;
 
+GLOBAL bool seekable_archive;
+
 \f
 /* Declarations for each module.  */
 
@@ -370,6 +372,7 @@ void clear_read_error_count (void);
 void xclose (int fd);
 void archive_write_error (ssize_t) __attribute__ ((noreturn));
 void archive_read_error (void);
+off_t seek_archive (off_t size);
 
 /* Module create.c.  */
 
This page took 0.025967 seconds and 4 git commands to generate.