[FixRed] db_commit

Non Tagcache targets

Change-Id: I0e6c1e8551859863105f97f393b308bca947c6d4
This commit is contained in:
William Wilgus 2023-10-05 22:59:05 -04:00
parent f3baff762a
commit 2e184d129d
2 changed files with 4 additions and 0 deletions

View file

@ -832,7 +832,9 @@ static const struct plugin_api rockbox_api = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
#ifdef HAVE_TAGCACHE
tagcache_commit_finalize,
#endif
};
static int plugin_buffer_handle;

View file

@ -969,7 +969,9 @@ struct plugin_api {
#endif
/* new stuff at the end, sort into place next time
the API gets incompatible */
#ifdef HAVE_TAGCACHE
void (*tagcache_commit_finalize)(void);
#endif
};
/* plugin header */