]> Dogcows Code - chaz/tar/blobdiff - src/common.h
(root_device): New global.
[chaz/tar] / src / common.h
index aabea57609a6d6b03e62718dd75f9897340c5ed5..8d52e0116f75b813224e11c5e53e851b3d230b87 100644 (file)
@@ -333,6 +333,8 @@ GLOBAL ino_t ar_ino;
 
 GLOBAL bool seekable_archive;
 
+GLOBAL dev_t root_device;
+
 \f
 /* Declarations for each module.  */
 
@@ -443,7 +445,7 @@ void delete_archive_members (void);
 char *get_directory_contents (char *, dev_t);
 void read_directory_file (void);
 void write_directory_file (void);
-void gnu_restore (char const *);
+void purge_directory (char const *);
 
 /* Module list.c.  */
 
This page took 0.025941 seconds and 4 git commands to generate.