diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 344026f..b060104 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -837,7 +837,9 @@ struct plugin_api { /* new stuff at the end, sort into place next time the API gets incompatible */ +#ifdef HAVE_BUTTON_DATA int (*button_status_wdata)(int *pdata); +#endif }; /* plugin header */ |