diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index c6d2583..409108d 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -774,6 +774,7 @@ struct plugin_api { void (*event_set_state)(struct event *e, unsigned int state); #endif + const char *appsversion; /* new stuff at the end, sort into place next time the API gets incompatible */ |