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 1c3c59c6cc..89b8782cc7 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -937,7 +937,9 @@ struct plugin_api {
937 void (*queue_remove_from_head)(struct event_queue *q, long id); 937 void (*queue_remove_from_head)(struct event_queue *q, long id);
938 int (*core_set_keyremap)(struct button_mapping* core_keymap, int count); 938 int (*core_set_keyremap)(struct button_mapping* core_keymap, int count);
939 size_t (*plugin_reserve_buffer)(size_t buffer_size); 939 size_t (*plugin_reserve_buffer)(size_t buffer_size);
940#ifdef HAVE_MULTIVOLUME
940 int (*path_strip_volume)(const char *name, const char **nameptr, bool greedy); 941 int (*path_strip_volume)(const char *name, const char **nameptr, bool greedy);
942#endif
941 void (*sys_poweroff)(void); 943 void (*sys_poweroff)(void);
942 void (*sys_reboot)(void); 944 void (*sys_reboot)(void);
943}; 945};