summaryrefslogtreecommitdiff
path: root/src/TagFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r--src/TagFile.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx
index c5673cb64..851cc9633 100644
--- a/src/TagFile.hxx
+++ b/src/TagFile.hxx
@@ -34,7 +34,8 @@ class TagBuilder;
* found)
*/
bool
-tag_file_scan(Path path, const TagHandler &handler, void *handler_ctx);
+tag_file_scan(Path path,
+ const TagHandler &handler, void *handler_ctx) noexcept;
/**
* Scan the tags of a song file. Invokes matching decoder plugins,
@@ -45,6 +46,6 @@ tag_file_scan(Path path, const TagHandler &handler, void *handler_ctx);
* found)
*/
bool
-tag_file_scan(Path path, TagBuilder &builder);
+tag_file_scan(Path path, TagBuilder &builder) noexcept;
#endif