From dde5c2391b6dfd91dd242ba48a8e59d836d65766 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 31 Jan 2006 11:27:14 +0000 Subject: [PATCH] (get_gnu_dumpdir): Remove prototype (is_dumpdir): New function --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 5cb2efb..85e37e0 100644 --- a/src/common.h +++ b/src/common.h @@ -458,7 +458,7 @@ void list_dumpdir (char *buffer, size_t size); void update_parent_directory (const char *name); size_t dumpdir_size (const char *p); -void get_gnu_dumpdir (void); +bool is_dumpdir (struct tar_stat_info *stat_info); /* Module list.c. */ -- 2.44.0