Rename get_dir_size() to get_dir_count()
[libi2ncommon] / src / filefunc.hxx
index b9f2d44..6051707 100644 (file)
@@ -162,7 +162,7 @@ time_t file_mtime(const std::string& path);
 
 bool get_dir(const std::string& path, std::vector< std::string >& result, bool include_dot_names= false );
 std::vector< std::string > get_dir(const std::string& path, bool include_dot_names= false );
-int get_dir_size(const std::string& path, bool include_dot_names= false );
+int get_dir_count(const std::string& path, bool include_dot_names= false );
 
 bool unlink(const std::string& path);