Parcourir la source

(is_individual_file): New prototype

Sergey Poznyakoff il y a 20 ans
Parent
commit
4e4e8c57fd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/common.h

+ 1 - 0
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 *);