]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(struct directory.mtime): New member.
[chaz/tar] / src / common.h
index a4352c3914a1d833782ed0c4298bd2ad6603cb06..05c03a061b1c4b9c9eb1657a9d0dea197d7a54a7 100644 (file)
@@ -313,6 +313,12 @@ GLOBAL dev_t root_device;
 
 /* Unquote filenames */
 GLOBAL bool unquote_option;
+
+GLOBAL bool test_label_option; /* Test archive volume label and exit */
+
+GLOBAL bool show_stored_names_option; /* When creating archive in verbose mode,
+                                        list member names as stored in the archive */
+
 \f
 /* Declarations for each module.  */
 
@@ -424,6 +430,7 @@ void read_directory_file (void);
 void write_directory_file (void);
 void purge_directory (char const *);
 void list_dumpdir (char *buffer, size_t size);
+void update_parent_directory (const char *name);
 
 /* Module list.c.  */
 
This page took 0.020785 seconds and 4 git commands to generate.