From af15956c4dca8d27bcc0e4fa116d11f326d83c32 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 29 Jun 2004 10:10:26 +0000 Subject: [PATCH] (root_device): New global. (gnu_restore): Renamed to purge_directory(). --- src/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index aabea57..8d52e01 100644 --- a/src/common.h +++ b/src/common.h @@ -333,6 +333,8 @@ GLOBAL ino_t ar_ino; GLOBAL bool seekable_archive; +GLOBAL dev_t root_device; + /* 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. */ -- 2.44.0