diff options
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r-- | apps/tagcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h index 9cf796fafd..a20a13900a 100644 --- a/apps/tagcache.h +++ b/apps/tagcache.h @@ -204,6 +204,7 @@ bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); #endif void tagcache_unload_ramcache(void); #endif +void tagcache_commit_finalize(void); void tagcache_init(void) INIT_ATTR; bool tagcache_is_initialized(void); bool tagcache_is_fully_initialized(void); |