diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 4f9027987f..a85af47826 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -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 */ |