]> Dogcows Code - chaz/tar/commitdiff
(rename_directory,append_incremental_renames): New functions.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 8 May 2006 12:09:35 +0000 (12:09 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 8 May 2006 12:09:35 +0000 (12:09 +0000)
src/common.h

index 710bacd3cdbff4ee82e351097271ec4b30f226bc..011eb4b2c10ec0559c3b55ca20e329d2e7f66d9d 100644 (file)
@@ -443,6 +443,7 @@ void verify_volume (void);
 void extr_init (void);
 void extract_archive (void);
 void extract_finish (void);
+bool rename_directory (char *src, char *dst);
 
 /* Module delete.c.  */
 
@@ -451,6 +452,7 @@ void delete_archive_members (void);
 /* Module incremen.c.  */
 
 char *get_directory_contents (char *, dev_t);
+const char *append_incremental_renames (const char *dump);
 void read_directory_file (void);
 void write_directory_file (void);
 void purge_directory (char const *);
This page took 0.023932 seconds and 4 git commands to generate.