summaryrefslogtreecommitdiff
path: root/apps/menus/menu_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/menu_common.h')
-rw-r--r--apps/menus/menu_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/menus/menu_common.h b/apps/menus/menu_common.h
index bdf02a0092..e85ed8dc61 100644
--- a/apps/menus/menu_common.h
+++ b/apps/menus/menu_common.h
@@ -25,7 +25,9 @@
25#include "config.h" 25#include "config.h"
26 26
27#if CONFIG_CODEC == SWCODEC 27#if CONFIG_CODEC == SWCODEC
28int lowlatency_callback(int action, const struct menu_item_ex *this_item); 28int lowlatency_callback(int action,
29 const struct menu_item_ex *this_item,
30 struct gui_synclist *this_list);
29#endif 31#endif
30 32
31#endif /* _MENU_COMMON_H */ 33#endif /* _MENU_COMMON_H */