]> Dogcows Code - chaz/tar/blobdiff - src/common.h
Keep a detailed map of archive members stored in the record buffer.
[chaz/tar] / src / common.h
index 9e42eec413c6c49d24e4a99b5469c4ff80fe2162..bc1f3a2585b85709296facadf1029ed2c659b0fb 100644 (file)
@@ -427,9 +427,10 @@ void archive_read_error (void);
 off_t seek_archive (off_t size);
 void set_start_time (void);
 
-void mv_begin (struct tar_stat_info *st);
+void mv_begin_write (const char *file_name, off_t totsize, off_t sizeleft);
+
+void mv_begin_read (struct tar_stat_info *st);
 void mv_end (void);
-void mv_total_size (off_t size);
 void mv_size_left (off_t size);
 
 void buffer_write_global_xheader (void);
This page took 0.021492 seconds and 4 git commands to generate.