···803803804804 /* new stuff at the end, sort into place next time
805805 the API gets incompatible */
806806+807807+#ifdef HAVE_TAGCACHE
808808+ tagcache_get_stat,
809809+#endif
806810};
807811808812static int plugin_buffer_handle;
+6-1
apps/plugin.h
···154154#define PLUGIN_MAGIC 0x526F634B /* RocK */
155155156156/* increase this every time the api struct changes */
157157-#define PLUGIN_API_VERSION 239
157157+#define PLUGIN_API_VERSION 240
158158159159/* update this to latest version if a change to the api struct breaks
160160 backwards compatibility (and please take the opportunity to sort in any
···930930931931 /* new stuff at the end, sort into place next time
932932 the API gets incompatible */
933933+934934+#ifdef HAVE_TAGCACHE
935935+ struct tagcache_stat* (*tagcache_get_stat)(void);
936936+#endif
937937+933938};
934939935940/* plugin header */