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 99dd3dc6ea..f046dee50e 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -470,6 +470,8 @@ struct plugin_api {
470 470
471 /* new stuff at the end, sort into place next time 471 /* new stuff at the end, sort into place next time
472 the API gets incompatible */ 472 the API gets incompatible */
473 bool (*set_sound)(const unsigned char * string,
474 int* variable, int setting);
473 475
474}; 476};
475 477