From 76035decc6496bd8b28e1f5f814b00f850ad2957 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 16 Apr 2022 15:39:56 +0100 Subject: Fix red in 3fcdadce24 Change-Id: Idbee52505b3c109a0aad23e2edf7dd78519eb173 --- apps/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.h') 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 { void (*queue_remove_from_head)(struct event_queue *q, long id); int (*core_set_keyremap)(struct button_mapping* core_keymap, int count); size_t (*plugin_reserve_buffer)(size_t buffer_size); +#ifdef HAVE_MULTIVOLUME int (*path_strip_volume)(const char *name, const char **nameptr, bool greedy); +#endif void (*sys_poweroff)(void); void (*sys_reboot)(void); }; -- cgit v1.2.3