From: Sergey Poznyakoff Date: Wed, 1 Sep 2004 15:04:46 +0000 (+0000) Subject: (is_individual_file): New prototype X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4e4e8c57fd19b70aed0b38aa59cb97f566887123;p=chaz%2Ftar (is_individual_file): New prototype --- diff --git a/src/common.h b/src/common.h index 21e4c55..152ff18 100644 --- a/src/common.h +++ b/src/common.h @@ -621,6 +621,7 @@ bool excluded_name (char const *); void add_avoided_name (char const *); bool is_avoided_name (char const *); +bool is_individual_file (char const *); bool contains_dot_dot (char const *);