TagFile: rename exported functions, use CamelCase

And specify whether generic tags are being scanned.
This commit is contained in:
Max Kellermann
2018-07-06 22:33:35 +02:00
parent 2c30e16371
commit 73c95d1fb2
5 changed files with 11 additions and 10 deletions

View File

@@ -167,7 +167,7 @@ static CommandResult
read_file_comments(Response &r, const Path path_fs)
{
PrintCommentHandler h(r);
if (!tag_file_scan(path_fs, h)) {
if (!ScanFileTagsNoGeneric(path_fs, h)) {
r.Error(ACK_ERROR_NO_EXIST, "Failed to load file");
return CommandResult::ERROR;
}