summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
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 {
969#endif 969#endif
970 /* new stuff at the end, sort into place next time 970 /* new stuff at the end, sort into place next time
971 the API gets incompatible */ 971 the API gets incompatible */
972#ifdef HAVE_TAGCACHE
972 void (*tagcache_commit_finalize)(void); 973 void (*tagcache_commit_finalize)(void);
974#endif
973}; 975};
974 976
975/* plugin header */ 977/* plugin header */