From: Sergey Poznyakoff Date: Tue, 31 Jan 2006 11:27:14 +0000 (+0000) Subject: (get_gnu_dumpdir): Remove prototype X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=dde5c2391b6dfd91dd242ba48a8e59d836d65766 (get_gnu_dumpdir): Remove prototype (is_dumpdir): New function --- 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. */