summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-04-16 15:39:56 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-04-16 10:41:19 -0400
commit76035decc6496bd8b28e1f5f814b00f850ad2957 (patch)
treeddae7dba71f78c671b383b43ce950daeefaef762 /apps/plugin.h
parentf989339664f9e25633920a308a2792ce6ac0f453 (diff)
downloadrockbox-76035decc6496bd8b28e1f5f814b00f850ad2957.tar.gz
rockbox-76035decc6496bd8b28e1f5f814b00f850ad2957.zip
Fix red in 3fcdadce24
Change-Id: Idbee52505b3c109a0aad23e2edf7dd78519eb173
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};