diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 11adf61e9c..4f9027987f 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -969,7 +969,7 @@ struct plugin_api { #endif /* new stuff at the end, sort into place next time the API gets incompatible */ - + void (*tagcache_commit_finalize)(void); }; /* plugin header */ |