浏览代码

(is_individual_file): New prototype

Sergey Poznyakoff 20 年之前
父节点
当前提交
4e4e8c57fd
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 *);