summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index c6d258377f..409108d2d9 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -774,6 +774,7 @@ struct plugin_api {
774 void (*event_set_state)(struct event *e, unsigned int state); 774 void (*event_set_state)(struct event *e, unsigned int state);
775#endif 775#endif
776 776
777 const char *appsversion;
777 /* new stuff at the end, sort into place next time 778 /* new stuff at the end, sort into place next time
778 the API gets incompatible */ 779 the API gets incompatible */
779 780