diff options
Diffstat (limited to 'apps/playlist_menu.h')
| -rw-r--r-- | apps/playlist_menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/playlist_menu.h b/apps/playlist_menu.h index e10fc81..db841c3 100644 --- a/apps/playlist_menu.h +++ b/apps/playlist_menu.h @@ -19,6 +19,9 @@ #ifndef _PLAYLIST_MENU_H #define _PLAYLIST_MENU_H +#include "playlist.h" + bool playlist_menu(void); +int save_playlist_screen(struct playlist_info* playlist); #endif |