aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r--src/TagFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx
index 078abebd9..d1dbb3e46 100644
--- a/src/TagFile.hxx
+++ b/src/TagFile.hxx
@@ -34,6 +34,6 @@ struct tag_handler;
*/
bool
tag_file_scan(Path path,
- const struct tag_handler *handler, void *handler_ctx);
+ const tag_handler *handler, void *handler_ctx);
#endif