summaryrefslogtreecommitdiff
path: root/apps/playlist_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_menu.h')
-rw-r--r--apps/playlist_menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/playlist_menu.h b/apps/playlist_menu.h
index e10fc81299..db841c371d 100644
--- a/apps/playlist_menu.h
+++ b/apps/playlist_menu.h
@@ -19,6 +19,9 @@
19#ifndef _PLAYLIST_MENU_H 19#ifndef _PLAYLIST_MENU_H
20#define _PLAYLIST_MENU_H 20#define _PLAYLIST_MENU_H
21 21
22#include "playlist.h"
23
22bool playlist_menu(void); 24bool playlist_menu(void);
25int save_playlist_screen(struct playlist_info* playlist);
23 26
24#endif 27#endif