]> Dogcows Code - chaz/tar/commitdiff
(root_device): New global.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 29 Jun 2004 10:10:26 +0000 (10:10 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 29 Jun 2004 10:10:26 +0000 (10:10 +0000)
(gnu_restore): Renamed to purge_directory().

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.023446 seconds and 4 git commands to generate.