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 766a309c01..344026f986 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -836,6 +836,8 @@ struct plugin_api {
836 const char *appsversion; 836 const char *appsversion;
837 /* new stuff at the end, sort into place next time 837 /* new stuff at the end, sort into place next time
838 the API gets incompatible */ 838 the API gets incompatible */
839
840 int (*button_status_wdata)(int *pdata);
839}; 841};
840 842
841/* plugin header */ 843/* plugin header */